
function open_window(wpath,width,height) {
	window.open(wpath,'','width='+width+',height='+height+',scrollbars=yes ,resizable=yes,location=no,menubar=no,toolbar=no,t op=0,left=0');
}
