<!--
function wopen(wurl, target) 
{ 
	window.open(wurl, target, 'width=520, height=600, resizable=yes, scrollbars=yes, menubar=no, status=yes');
}
function wopenWH(wurl, target, w, h) 
{ 
	window.open(wurl, target, 'width='+w+', height='+h+', resizable=yes, scrollbars=yes, menubar=no, status=yes');
}
//-->