// JavaScript Document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_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_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_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_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];}}function MM_goToURL() { //v3.0  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");}function P7_getWD(tDim){ //v2.6 by PVII var sh=0,sw=0,rt=0;if(window.innerWidth){sh=window.innerHeight;sw=window.innerWidth; }else if(document.body){sh=document.body.clientHeight;sw=document.body.clientWidth; if(document.body.offsetHeight==sh&&document.documentElement&&document.documentElement.clientHeight){  sh=document.documentElement.clientHeight;} if(document.body.offsetWidth==sw&&document.documentElement&&document.documentElement.clientWidth) { sw=document.documentElement.clientWidth;}}rt=(tDim=="width")?sw:sh;return rt;}function P7_getLDims(el) { //v2.6 by PVII var x,ll=0,tl=0,hh=0,ww=0,wx,g,gg; if((g=MM_findObj(el))!=null){gg=(document.layers)?g:g.style;ll=parseInt(gg.left); tt=parseInt(gg.top);if(isNaN(ll)){if(g.currentStyle){ll=parseInt(g.currentStyle.left); }else if(document.defaultView&&document.defaultView.getComputedStyle){ ll=parseInt(document.defaultView.getComputedStyle(g,"").getPropertyValue("left")); }if(isNaN(ll)){ll=0;}}if(isNaN(tt)){if(g.currentStyle){tt=parseInt(g.currentStyle.top); }else if(document.defaultView&&document.defaultView.getComputedStyle){ tt=parseInt(document.defaultView.getComputedStyle(g,"").getPropertyValue("top"));}if(isNaN(tt)){tt=0;}} if(document.all||document.getElementById){ww=parseInt(g.offsetWidth);hh=parseInt(g.offsetHeight); if(!ww){ww=parseInt(g.style.pixelWidth);if(!ww){ww=parseInt(g.style.width);}}if(!hh){ hh=parseInt(g.style.pixelHeight);}if(g.hasChildNodes&&g.childNodes){for(x=0;x<g.childNodes.length;x++){ wx=parseInt(g.childNodes[x].offsetWidth);if(wx>ww){ww=wx;}}}}else if(document.layers){ ww=parseInt(g.clip.width);hh=parseInt(g.clip.height);}}var aR=[ll,tt,hh,ww];return aR;}function P7_alignRR() { //v2.6 by PVII var i;if(!document.p7alignRR) {return;}if(document.layers){ if(innerWidth!=document.p7RRiw || innerHeight!=document.p7RRih){location.reload();} }else{document.p7RR=1;for(i=0;i<p7aRR.length;i++){eval(p7aRR[i]);}document.p7RR=0;}}function P7_alignWD2() { //v2.6 by PVII var g,gg,lp=0,tp=0,aL,lh,lw,ww,wh,pa='px',args=P7_alignWD2.arguments;if(document.layers||window.opera){pa='';} for(var i=0;i<args.length;i+=4){if((g=MM_findObj(args[i]))!=null){gg=(document.layers)?g:g.style; mm=parseInt(args[i+1]);mr=parseInt(args[i+2]);ml=parseInt(args[i+3]);ww=parseInt(P7_getWD('width')); wh=parseInt(P7_getWD('height'));aL=P7_getLDims(args[i]);lh=aL[2];lw=aL[3];tp=aL[1];lp=aL[0]; if(mm==1){lp=mr;}if(mm==2){lp=parseInt((ww-lw-mr)/2);if(lp<0){lp=0;}}if(mm==3){lp=ww-lw-mr;if(lp<ml){lp=ml;}} if(mm==4){tp=parseInt((wh-lh-mr)/2);if(tp<0){tp=0;}}if(mm==5){tp=parseInt((wh-lh)/2);lp=parseInt((ww-lw)/2); if((lp-mr)<=0){lp=mr;}if((tp-ml)<=0){tp=ml;}}if(mm==6){tp=wh-lh-mr;}gg.top=tp+pa;gg.left=lp+pa; if(!document.p7alignRR){p7aRR=new Array();document.p7alignRR=true;document.p7RR=0; if(document.layers){document.p7RRiw=innerWidth;document.p7RRih=innerHeight;}onresize=P7_alignRR;} if(document.p7RR==0){p7aRR[p7aRR.length]="P7_alignWD2('"+args[i]+"',"+mm+","+mr+","+ml+")";}}}}function MM_scanStyles(obj, prop) { //v8.0  var inlineStyle = null; var ccProp = prop; var dash = ccProp.indexOf("-");  while (dash != -1){ccProp = ccProp.substring(0, dash) + ccProp.substring(dash+1,dash+2).toUpperCase() + ccProp.substring(dash+2); dash = ccProp.indexOf("-");}  inlineStyle = eval("obj.style." + ccProp);  if(inlineStyle) return inlineStyle;  var ss = document.styleSheets;  for (var x = 0; x < ss.length; x++) { var rules = ss[x].cssRules;	for (var y = 0; y < rules.length; y++) { var z = rules[y].style;	  if(z[prop] && (rules[y].selectorText == '*[ID"' + obj.id + '"]')) {        return z[prop];  }  }  }  return "";}function MM_getProp(obj, prop) { //v8.0  if (!obj) return ("");  if (prop == "L") return obj.offsetLeft;  else if (prop == "T") return obj.offsetTop;  else if (prop == "W") return obj.offsetWidth;  else if (prop == "H") return obj.offsetHeight;  else {    if (typeof(window.getComputedStyle) == "undefined") {	    if (typeof(obj.currentStyle) == "undefined"){		    if (prop == "P") return MM_scanStyles(obj,"position");        else if (prop == "Z") return MM_scanStyles(obj,"z-index");        else if (prop == "V") return MM_scanStyles(obj,"visibility");	    } else {	      if (prop == "P") return obj.currentStyle.position;        else if (prop == "Z") return obj.currentStyle.zIndex;        else if (prop == "V") return obj.currentStyle.visibility;	    }    } else {	    if (prop == "P") return window.getComputedStyle(obj,null).getPropertyValue("position");      else if (prop == "Z") return window.getComputedStyle(obj,null).getPropertyValue("z-index");      else if (prop == "V") return window.getComputedStyle(obj,null).getPropertyValue("visibility");    }  }}/*beginning of drag and drop. Other part in add'l js page*/function MM_showHideLayers() { //v6.0  var i,p,v,obj,args=MM_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }    obj.visibility=v; }}/*end of drag and drop*/