// JavaScript Document

//<!-- Hide script from old browsers

		
	
	function newwindow(scrshot,width,height) {
    scrWindow= window.open (scrshot,"windowRef","width=" + width + ",height=" + height+",top=1,left=1,screenX=0,screenY=0");
		if (window.focus) {scrWindow.focus()}
}

function myVoid() {;}

	// End hiding script from old browsers -->


 
