// JavaScript Document

//Hide Location Maps onLoad of their <iframes>; About-Us > Locations
function hideMap(thisMap){
	document.getElementById(thisMap).style.display="none";
	}

function reloadVidWMV(){
	var pathname = window.location;
	//alert(pathname);
	pathname += "&yt=hide&w=block";
	//alert(pathname);
	window.location = pathname;
	}
