function openSubWin(srcURL)
{
	window.open(srcURL,"wmv","left=100,top=100,width=760,height=700,scrollbars=yes,resizable=yes,status=no,menubar=no");
}