<!--
function OpenNewWindow(url, targetWin, h, w)
	{  
		ViewWin=window.open(url, targetWin, 'width='+w+',height='+h+',resizable=yes,menubar=no,location=no,scrollbars=yes,status=no' );
	} //
//-->
