function generateEmailAddress(d,c){return d+"@"+c}function printEmailAddress(d,c){document.write(generateEmailAddress(d,c))}function printMailtoLink(d,c){document.write("<a href=mailto:"+d+"@"+c+">"+generateEmailAddress(d,c)+"</a>");alert("<a href=mailto:"+d+"@"+c+">"+generateEmailAddress(d,c)+"</a>")}var counter;function refresh_image(a){counter=1;setTimeout("do_refresh_image('"+a+"')",3000)}function do_refresh_image(a){setTimeout("do_refresh_image('"+a+"')",3000);counter++;counter=counter%4+1;document.getElementById(a).src="http://backroom.robot.mbhs.edu/webcam/webcam"+counter+".jpg?"+(new Date()).getTime()}function reportError(a){$F("result")="Error"}function createEmailLink(b,a,c){return b+"@"+a+"."+c}function displayMenu(a){document.getElementById(a).className="shownMenu"}function doHideMenu(a){document.getElementById(a).className="hiddenMenu"}function hideMenu(a){doHideMenu(a)}function hideFX(a){document.getElementById(a).style.display="none"}function showFX(a){document.getElementById(a).style.display=""}hideID=hideFX;showID=showFX;function hideorshowFX(a){if(document.getElementById(a).style.display=="none"){showFX(a)}else{hideFX(a)}};