// JavaScript Document


function hidestatus(){
		window.status=''
		return true
		}

		if (document.layers)
		document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

		document.onmouseover=hidestatus
		document.onmouseout=hidestatus

function onair() {
	var win = null;
	xMax = screen.width; yMax = screen.height;
	var xOffset = xMax - 730 - 32; var yOffset = yMax - 289;
	options = ',screenX=' + xOffset + ',screenY=' + yOffset;
	options = options + ',top=' + yOffset + ',left=' + xOffset;
	options = options + ',width=728,height=287,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,titlebar=no,resizable=no';
	win = window.open("http://wwbf.com/onair_fp.htm","WIN",options);}


function onairlow() {
	var win = null;
	xMax = screen.width; yMax = screen.height;
	var xOffset = xMax - 730 - 32; var yOffset = yMax - 289;
	options = ',screenX=' + xOffset + ',screenY=' + yOffset;
	options = options + ',top=' + yOffset + ',left=' + xOffset;
	options = options + ',width=728,height=287,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,titlebar=no,resizable=no';
	win = window.open("http://wwbf.com/onair_fp_low.htm","WIN",options);}


	function SetCookie (name, value) {
      var argv = SetCookie.arguments;
      var argc = SetCookie.arguments.length;
      var expires = (argc > 2) ? argv[2] : null;
      var path = (argc > 3) ? argv[3] : null;
      var domain = (argc > 4) ? argv[4] : null;
      var secure = (argc > 5) ? argv[5] : false;
      document.cookie = name + "=" + escape (value) +
        ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
        ((path == null) ? "" : ("; path=" + path)) +
        ((domain == null) ? "" : ("; domain=" + domain)) +
        ((secure == true) ? "; secure" : "");}


	function archiveair() {
		var win = null;
		var xMax = screen.width; var yMax = screen.height;
		var xOffset = xMax - 350  - 32;
		var yOffset = yMax - 251;
		options = ',screenX=' + xOffset + ',screenY=' + yOffset;
		options = options + ',top=' + yOffset + ',left=' + xOffset;
		options = options + ',width=350,height=183,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no';
		win = window.open("archive.php","WIN",options);}


	function archiveairqt() {
		var win = null;
		xMax = screen.width; yMax = screen.height;
		var xOffset = xMax - 350  - 32;
		var yOffset = yMax - 251;
		options = ',screenX=' + xOffset + ',screenY=' + yOffset;
		options = options + ',top=' + yOffset + ',left=' + xOffset;
		options = options + ',width=350,height=183,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no';
		win = window.open("archiveqt.php","WIN",options);}


