<!--
// CSS RESIZE FIX FOR NETSCAPE
function resized(){ 
  if(pageWidth!=innerWidth || pageHeight!=innerHeight){
    location.reload()
  }
}

if(document.layers){
  pageWidth=innerWidth
  pageHeight=innerHeight
  window.onresize=resized
}

// ROLLOVERS

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


// popup
function popOpen(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function closeMe() { 
  window.parent.close();
}

// row javascipt hover-over

function rowOver(row, bgColor)
	{
	row.bgColor = bgColor ? bgColor : "#9F1340";
	return true;
	}

function rowOut(row, bgColor)
	{
	row.bgColor = bgColor ? bgColor : "#cfca86";
	return true;
	}

function navOver(name, link)
	{
	if (link && link.style)
		{
		link.style.color = "#999999";
		}
	return setStatus(name);
	}

function navOut(name, link)
	{
	if (link && link.style)
		{
		link.style.color = "#FFFFFF";
		}
	return setStatus("");
	}

function setStatus(text)
	{
	window.status = text ? text : "";
	return true;

}
// photo and video pop-up
<!--Hide
function PopUp(whatURL) {
        open( whatURL ,"ProjView","scrollbars=yes,toolbar=no,width=555,height=450");
}	
//STOP HIDING-->


<!--

		function iohphoto01() {
			window.open('iohphoto01.html','iohphoto01','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto02() {
			window.open('iohphoto02.html','iohphoto02','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto03() {
			window.open('iohphoto03.html','iohphoto03','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto04() {
			window.open('iohphoto04.html','iohphoto04','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto05() {
			window.open('iohphoto05.html','iohphoto05','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto06() {
			window.open('iohphoto06.html','iohphoto06','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto07() {
			window.open('iohphoto07.html','iohphoto07','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto08() {
			window.open('iohphoto08.html','iohphoto08','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto09() {
			window.open('iohphoto09.html','iohphoto09','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}
		function iohphoto10() {
			window.open('iohphoto10.html','iohphoto10','width=451,height=338,resizable=yes, scrollbars=yes');
	
		}

//-->
