function openWin(sURL, nWidth, nHeight)
{
	window.open(sURL, '_blank', 'width='+nWidth+',height='+nHeight);
}

function openWin2(sURL, nWidth, nHeight)
{
	window.open(sURL,"_blank","left=40,top=40,width="+nWidth+",height="+nHeight+",location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
