function openWindow(theURL)
{
	window.open(theURL, 'print', 'width=800, height=600, toolbar=no, scrollbars=yes, resizable=no, status=no');
	return false;
}