function winOpen(URL, Name, Wwidth, Wheight){
	window.open(URL, Name, "titlebar=0, location=0, directories=0, status=no, menubar=0, scrollbars=0, scrolling=auto, resizable=1, width="+Wwidth+", height="+Wheight);
}
