// JavaScript Document

//
function img_open(path,w,h){
	wobj = window.open(path,"_blank","width="+w+",height="+h+",directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no");
	wobj.moveTo((window.screen.width/2)-(w/2),(window.screen.height/2)-(h*0.6));
}




function WinCls(){
        window.close()
                       }