<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development 

function load(strURL)	{
		var load = window.open(strURL,'','scrollbars=yes,menubar=yes,top=75,left=75,height=600,width=800,resizable=yes,toolbar=yes,location=yes,status=yes'); 
		} 

// -->
