
function openWin(page,width,height)
{
window.open(page,"clickpop","toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width="+width+",height="+height).focus();
}

