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

