function popWin(url, winName){
	window.open(url, winName, 'height=500,width=745,location=no,statusbar=no,resize=no,scrollbars=yes');
}
function popUp(url){
	window.open(url, "cp", "height=400,width=500,location=no,statusbar=no,resize=no,scrollbars=no");
}
function change(size){
document.getElementById("fontsize").className='storytext' + size;
}
	function popTraffic(url, winName){
	window.open(url, winName, 'height=750,width=745,location=no,statusbar=no,resize=no,scrollbars=yes');
	}
function trafficPopup(){
		popTraffic('http://www.fox6.com/traffic.html');
		window.navigate(window.location.href);
	}
	function guidePopup(){
        popWin('http://www.fox6.com/programguide.html');
		window.navigate(window.location.href);
	}
	
function setBrowserHomePage(oAnchor){
	if(is_nav){
		alert('To make Fox 6 San Diego your home page:\n\n* Under the "Edit" menu select "Preferences"\n* Inside "Navigator" form click on "Use Current Page"');
	}else{
		if(is_ie){
			if(is_ie3 || is_ie4){
				// ie 4 instructions
				alert('To make Fox 6 San Diego your home page:\n\n* Under the "Tools" menu select "Internet Options"\n* Inside "Internet Explorer 4" form click on "Use Current"');
			}else{
				// set homepage
				oAnchor.setHomePage('http://www.fox6.com');
			}
		}else{
			// not ie or netscape
			alert('Unable to set your homepage.  Please see your browser\'s Help documents for instructions.');
		}
	}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}