<!--
// ########################################################################################
//
// webcam.js
//
// Copyright (c) MindIT Solutions AS
//    
// Author(s):    Kristian Jordheim (KJ)
//
// Change Log:
//   19.02.2008 - (KJ) - Created script
//
// ########################################################################################


function fnWebcam(sWhat) {
   open_window('http://radiofolgefonn.no/portals/radifolg/forms/webcam.asp?cam='+sWhat,'webcam_popup','700','600',0,0)
}


//-->