<!--
function openPopWin(page, wWidth, hHeight)
{
bod = window.open(page,'popWin',"width=" + wWidth + ",height=" + hHeight + ",toolbar=0,menubar=0,location=0,scrollbars=1,resizable=0");
bod.focus();
}

//-->