
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function hidevalue(){
if(document.getElementById("letter").value=="Your E-mail"){
document.getElementById("letter").value=""}

}
function showvalue(){
if(document.getElementById("letter").value==""){
document.getElementById("letter").value="Your E-mail"}

}function goto(){
links=document.getElementById('letter').value
MM_openBrWindow('newsletter.asp?email='+links,'newsletter','width=280,height=470')

}
function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 
   } 

//-->
