<!-- to hide script contents from old browsers
function PopUp800(url)
{
vThePopUp = window.open(url,'popup','width=800,height=600,scrollbars=yes,toolbar=no,status=no,resizable=yes');
window.vThePopUp.focus();
}
// end hiding contents from old browsers -->


