function open_window(w,h,url,name){
	popupWin = null;
	popupWin=window.open(url,name,'width='+w+',height='+h+',toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}
