function loadwebcam(type) {

  ed = document.getElementById("webcamframe")
  imgfoto = document.getElementById("foto")
  imglive = document.getElementById("live")

  if (type == "foto") { 
  ed.setAttribute("src", "http://content.offshore.pt/spots/webcam.php?surf_spot=27")
 
  	if(navigator.appName=="Netscape") {   
	  ns_comp = document.getElementById("webcamframe")
	  ns_comp.src = "http://content.offshore.pt/spots/webcam.php?surf_spot=27";  
	  }
  
  } 
    
  if (type == "live") {
  ed.setAttribute("src", "http://baleal.dyndns.org:81/fullsize.push?camera=1&sleep=20&newurl=1181956704")

  	if(navigator.appName=="Netscape") { 
	  ns_comp = document.getElementById("webcamframe")
	  ns_comp.src = "http://baleal.dyndns.org:81/fullsize.push?camera=1&sleep=20&newurl=1181956704";  
   	  }
  } 
   
}

 