function poponload(whereto)
{
testwindow= window.open (whereto, "mywindow","location=1,menubar=0,toolbar=0,status=0,scrollbars=1,width=500,height=700");
testwindow.moveTo(100,0);
}

function popLensWin() {

	var scleft = screen.availWidth/2-800;
	var sctop = screen.availHeight/2-600;
	 
	Docview = window.open("/flash/index.html","ThroughTheLens", "HEIGHT=660,WIDTH=740,top=" + sctop + ",left=" + scleft + ",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1");
	
}	