function Open_Window(gWidth,gHeight) {  
    window.open('',  'blank','toolbar=0, scrollbars=no,location=0,status=0,titlebar=0,menubar=0, top=100, left=100, resizable=no,width='+gWidth+',height='+gHeight); 
}
	



