// JavaScript Documentvar number;var code1, code2, code3, code4, code5, code6, code7, code8;code1 = randomMe();code2 = randomMe();while (code1 == code2) {code2 = randomMe();}code3 = randomMe();while (code1 == code3 || code2 == code3){code3 = randomMe();}code4 = randomMe();while (code1 == code4 || code2 == code4 || code3 == code4){code4 = randomMe();}code5 = randomMe();while (code1 == code5 || code2 == code5 || code3 == code5 || code4 == code5){code5 = randomMe();}code6 = randomMe();while (code1 == code6 || code2 == code6 || code3 == code6 || code4 == code6 || code5 == code6){code6 = randomMe();}code7 = randomMe();while (code1 == code7 || code2 == code7 || code3 == code7 || code4 == code7 || code5 == code7 || code6 == code7){code7 = randomMe();}code8 = randomMe();while (code1 == code8 || code2 == code8 || code3 == code8 || code4 == code8 || code5 == code8 || code6 == code8 || code7 == code8){code8 = randomMe();}function randomMe(){   return Math.floor(Math.random()*24) + 1;			}			//This section used the NO SPAM form of email linkfunction noSpam(user,domain) {	locationstring = "mailto:" + user + "@" + domain;	window.location = locationstring;	}// End//This section selects one of twenty seven images for inner page headersvar headerArray = new Array("../../../graphics/image1.jpg" , "../../../graphics/image2.jpg" , "../../../graphics/image3.jpg" , "../../../graphics/image4.jpg" , "../../../graphics/image5.jpg" , "../../../graphics/image6.jpg" , "../../../graphics/image7.jpg" , "../../../graphics/image8.jpg" , "../../../graphics/image9.jpg" , "../../../graphics/image10.jpg" , "../../../graphics/image11.jpg" , "../../../graphics/image12.jpg" , "../../../graphics/image13.jpg" , "../../../graphics/image14.jpg" , "../../../graphics/image15.jpg" , "../../../graphics/image16.jpg" , "../../../graphics/image17.jpg" , "../../../graphics/image18.jpg" , "../../../graphics/image19.jpg" , "../../../graphics/image20.jpg" , "../../../graphics/image21.jpg" , "../../../graphics/image22.jpg" , "../../../graphics/image23.jpg" , "../../../graphics/image24.jpg" , "../../../graphics/image25.jpg" , "../../../graphics/image26.jpg" , "../../../graphics/image27.jpg");var i = Math.round(Math.random() * 26);// End//This section selects one of thirteen vertical images for inner pagesvar verticalArray = new Array("../../../fill/v-fill1.jpg" , "../../../fill/v-fill2.jpg" , "../../../fill/v-fill3.jpg" , "../../../fill/v-fill4.jpg" , "../../../fill/v-fill5.jpg" , "../../../fill/v-fill6.jpg" , "../../../fill/v-fill7.jpg" , "../../../fill/v-fill8.jpg" , "../../../fill/v-fill9.jpg" , "../../../fill/v-fill10.jpg" , "../../../fill/v-fill11.jpg" , "../../../fill/v-fill12.jpg" , "../../../fill/v-fill13.jpg");var i = Math.round(Math.random() * 12);// End//This section creates breadcrumb trailsfunction buildDepth(iterations){    var iterations=iterations-3;    var depthStr="";    for (i=0;i<iterations;i++)    {        depthStr=depthStr + "../";    }    return depthStr;}function buildBreadCrumbTrail(){    var constituentFolders = new Array();    var currentURL = document.location.toString();    constituentFolders=currentURL.split("/");    var outputStr="";    for (count=3;count<(constituentFolders.length-1);count++)    {	if(count == 3)		{		outputStr=outputStr + "<a href='" + buildDepth((constituentFolders.length-count)+1) + "index.htm'>" + constituentFolders[count] + "</a>";		}	else		{		outputStr=outputStr + " : <a href='" + buildDepth((constituentFolders.length-count)+1) + "index.htm'>" + constituentFolders[count] + "</a>";		}    }    document.write(outputStr);}// End//This section for 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) { //v3.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); 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];}} // End -->