<!-- //Begin hiding scripts from older browsers

function PopupPic(sPicURL) { 
 window.open(sPicURL, "",  
 "toolbar=no,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,HEIGHT=500,WIDTH=500");  
}

// End hiding script from older browsers -->