
	
	 function win(fileName) {
	
	      myFloater = window.open('','myWindow','resizable=yes,scrollbars=no,status=no,width=640,height=496,screenX=10,screenY=50,top=10,left=10')
	
	      myFloater.location.href = fileName;
	
	 }
	
	 
	
	 function win2(fileName) {
	
	      myFloater = window.open('','myWindow','resizable=yes,scrollbars=no,status=no,width=970,height=540,screenX=10,screenY=50,top=10,left=10')
	
	      myFloater.location.href = fileName;
	
	 }
	

