<!-- 
    function openWindow3(url,width,height){
    	window.open( url, "myWindow", 
"top=100,left=100,status = 1, width=" + width + ",height=" + height + ", resizable = 1" )
    }

//--> 

