<!-- 
function Select_Change(Obj) 
{ 
   if(Obj.value != "") 
     { 
         window.open(Obj.value, "new", ""); 
     } 
} 

history.forward();
function imgzoom(fn)
	{
	   window.open('imgzoom.php4?path=upimg&fn='+fn,'ZOOM','scrollbars=no,toolbar=no,location=no,status=no,width=500,height=500,resizable=no,menubar=no,top=100,left=150');
}

//--> 
