   function sendMailTo(name, company, domain) {
      locationstring = 'mai' + 'lto:' + name + '@' + company + '.' + domain;
      window.location.replace(locationstring);
   }
   
   
 	  
	  var imagebutton = new String("images/image049.gif");
	  
          function stopSound() {
               document.all.tags("bgsound")[0].volume = -10000;
			   var imagebutton =  "images/image050.gif"; 
          } 
          function restartStop() {
               document.all.tags("bgsound")[0].volume = 0;
			   var imagebutton =  "images/image049.gif";
          } 
		  
		  
		  
		  
function popUp1(URL, Size) {
window.open(URL, 'new', Size);
}
function popUp2(URL) {
window.open(URL, 'new', 'width=320, height=480');
}
