function wopen(wurl,wname,h,w)
{ 
	window.open(wurl,wname,'height='+h+',width='+w+',resizable=1,scrollbars=yes,menubar=no,status=yes');
}
