 //<![CDATA[
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openfull(swf)
	{
	var z = document.location.href;
	  window.open( "/watchfullscreen.aspx?swf=" + swf,
			   "FullScreenVideo", "toolbar=no,width=" + screen.width  + ",height=" + screen.height
			   + ",status=no,resizable=yes,fullscreen=no,scrollbars=yes");
			 //+ ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
	  //fs.focus();
	}
	function dovbsupload(title)
	{
	var z = document.location.href;
	  window.open( "/admin/js/vbsupload.aspx?title=" + title,
			   "FullScreenVideo", "toolbar=yes,width=" + 200 + ",height=" + 200
			   + ",status=yes,resizable=yes,fullscreen=no,scrollbars=yes");
			 //+ ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
	  //fs.focus();
	}
// -->

			var thisform;
		function loadpage() {
	
		if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) 
			{
				thisform = document.Form1;
			}	else {
				thisform = document.forms["Form1"];
			}
			//alert(document.getElementById('LeftTopnav1_SetLocation1_mylocationlab'));
		if (!thisform.LeftTopnav1_SetLocation1_address.value == '')
			{
				showthisformaddress(thisform);
				//alert('set address');
		} else {
			alert('You must enter a location');
			}
		
		}
		

	    //]]>