
function OverJPG(which) {
	document.images[which].src = "images/"+which+"_on.jpg";
	document.images["Shadow"].src = "images/Shadow_"+which+".jpg";	
}

function OutJPG(which) {
	document.images[which].src = "images/"+which+"_off.jpg";
	document.images["Shadow"].src = "images/Shadow_off.jpg";
}

function OverGIF(which) {
	document.images[which].src = "images/"+which+"_on.gif";
}

function OutGIF(which) {
	document.images[which].src = "images/"+which+"_off.gif";
}

function SwitchDiv(Switch_Name) {

		Div_Name = "Div_" + Switch_Name;
		Img_Name = "Img_" + Switch_Name;
		Anc_Name = "Anc_" + Switch_Name;

	if( document.getElementById ) {
    	elem = document.getElementById( Div_Name );
 	} else if( document.all ) {
    	elem = document.all[Div_Name];
  	} else if( document.layers ) {
    	elem = document.layers[Div_Name];
 	}

	if (elem.style.display == "none") {
		document.images[Img_Name].src = "images/sections_centre_on.png";
		elem.style.display = "block";
	} else {
		document.images[Img_Name].src = "images/sections_centre_off.png";
		elem.style.display = "none";
	}
	location.hash = Anc_Name;
}

function FD_Section(Sec_Title, Sec_Name, HTML_Txt, Section_ID) {
	document.write('	<table border="0" cellpadding="0" cellspacing="0" STYLE="Margin: 6px 0px 0px 0px">');
	document.write('	  <TR>');
	document.write('	  <td>');
	document.write('			<table border="0" cellpadding="0" cellspacing="0" height=28>');
	document.write('			  <TR height=3 VALIGN="TOP">');
	document.write('			  <td colspan=2><img src="images/sections_top.png" height=3 width=245></TD>');
	document.write('   			  </TR>');

	Sec_Check = Sec_Name.substring(1,4);
	if (Sec_Check != "IMG") {
		document.write('	  		  <TR height=22>');
		document.write('	  		  <td STYLE="background: url(images/sections_centre.png) repeat-y;" width=4>');
		document.write('			  <A NAME="Anc_' + Sec_Name + '" HREF="Javascript:SwitchDiv(' + Sec_Name + ');"><img src="images/sections_centre_off.png" name="Img_' + Sec_Name + '" alt="Expand/Collapse" align=left height=22 width=30 border=0></A></TD>');
		document.write('	 		  <TD style="font-size: 12pt; font-weight: bold;"><A HREF="Javascript:SwitchDiv(' + Sec_Name + ');">' + Sec_Title + '</A></TD>');
		document.write('      		  </TR>');
		document.write('	  		  <TR>');
		document.write('	  		  <TD STYLE="background: url(images/sections_centre.png) repeat-y;" width=4></TD>');
		document.write('	  		  <TD ID="Div_' + Sec_Name + '" STYLE="display: none;">');
	} else {
		document.write('	  		  <TR height=22>');
		document.write('	 		  <TD STYLE="bold; background: url(images/sections_centre.png) repeat-y;" width=30>' + Sec_Name + '</TD>');
		document.write('			  <TD STYLE="font-size: 12pt; font-weight: bold;">' + Sec_Title + '</TD>');
		document.write('      		  </TR>');
		document.write('	  		  <TR>');
		document.write('	  		  <TD STYLE="background: url(images/sections_centre.png) repeat-y;" width=4></TD>');
		document.write('	  		  <TD>');
	}

	document.write('	  				<TABLE align=right width=325>');
	document.write('	  				<TR>');
	document.write('	  				<td style="font-size: 10pt; font-weight: normal;">' + HTML_Txt);
	document.write('					</TD>');
	document.write('					</TR>');
	document.write('					</TABLE>');
	document.write('	  		  <TR height=3>');
	document.write('	  		  <td colspan=2><img src="images/sections_bottom.png" height=3 width=245></TD>');
	document.write('      		  </TR>');
	document.write('			</TABLE>');
	document.write('      </TD>');
	document.write('      </TR>');
	document.write('	</TABLE>');
}

function FD_Header() {
document.write('<CENTER>');
document.write('	<table bgcolor="#f7f7f7" border="0" cellpadding="0" cellspacing="0">');
document.write('	  <tr VALIGN="TOP" HEIGHT="50">');
document.write('	   <td Style="width: 26px;" rowspan="5"><img src="images/Contact_r1_c1.jpg" width="26" height="200" border="0"></td>');
document.write('	   <td Style="width: 100px"><img src="images/Contact_r1_c2.jpg" width="100" height="50" border="0"></td>');
document.write('	   <td Style="width: 55px"><img src="images/Contact_r1_c3.jpg" width="55" height="50" border="0"></td>');
document.write('	   <td Style="width: 100px"><img src="images/Contact_r1_c4.jpg" width="100" height="50" border="0"></td>');
document.write('	   <td Style="width: 100px"><img src="images/Contact_r1_c5.jpg" width="100" height="50" border="0"></td>');
document.write('	   <td Style="width: 230px"><img src="images/Contact_r1_c6.jpg" width="230" height="50" border="0"></td>');
document.write('	   <td align=left Style="width: 290px"><img src="images/Contact_r1_c7.jpg" width="100" height="50" border="0"><img src="images/Contact_r1_c8.jpg" width="89" height="50" border="0"></td>');
document.write('	  </tr>');
document.write('	  <tr VALIGN="TOP" HEIGHT="50">');
document.write('	   <td><img name="Contact_r2_c2" src="images/Contact_r2_c2.jpg" width="100" height="50" border="0" id="Contact_r2_c2" alt=""></td>');
document.write('	   <td><img name="Contact_r2_c3" src="images/Contact_r2_c3.jpg" width="55" height="50" border="0" id="Contact_r2_c3" alt=""></td>');
document.write('	   <td><img name="Contact_r2_c4" src="images/Contact_r2_c4.jpg" width="100" height="50" border="0" id="Contact_r2_c4" alt=""></td>');
document.write('	   <td><img name="Contact_r2_c5" src="images/Contact_r2_c5.jpg" width="100" height="50" border="0" id="Contact_r2_c5" alt=""></td>');
document.write('	   <td><img name="Contact_r2_c6" src="images/Contact_r2_c6.jpg" width="230" height="50" border="0" id="Contact_r2_c6" alt=""></td>');
document.write('	   <td align=left><img name="Contact_r2_c7" src="images/Contact_r2_c7.jpg" width="100" height="50" border="0" id="Contact_r2_c7" alt=""><img name="Contact_r2_c8" src="images/Contact_r2_c8.jpg" width="89" height="50" border="0" id="Contact_r2_c8" alt=""></td>');
document.write('	  </tr>');
document.write('	  <tr VALIGN="TOP" HEIGHT="30">');
document.write('	   <td colspan="2"><img name="Contact_r3_c2" src="images/Contact_r3_c2.jpg" width="155" height="30" border="0" id="Contact_r3_c2" alt=""></td>');
document.write('	   <td colspan="2"><img name="Contact_r3_c4" src="images/Contact_r3_c4.jpg" width="200" height="30" border="0" id="Contact_r3_c4" alt=""></td>');
document.write('	   <td><img name="Contact_r3_c6" src="images/Contact_r3_c6.jpg" width="230" height="30" border="0" id="Contact_r3_c6" alt=""></td>');
document.write('	   <td align=left><img name="Contact_r3_c7" src="images/Contact_r3_c7.jpg" width="100" height="30" border="0" id="Contact_r3_c7" alt=""><img name="Contact_r3_c8" src="images/Contact_r3_c8.jpg" width="89" height="30" border="0" id="Contact_r3_c8" alt=""></td>');
document.write('	  </tr>');
}

function FD_HeaderText(Text) {
document.write('	  <tr VALIGN="TOP" HEIGHT=45>');
document.write('	   <td colspan="2"><img name="Contact_r4_c2" src="images/Contact_r4_c2.jpg" width="155" height="45" border="0" id="Contact_r4_c2" alt=""></td>');
document.write('	   <td colspan="3" STYLE="font: 28pt bold \'Arial Narrow\';background: url(images/Contact_r4_c4.jpg)">');
document.write('			<CENTER><TABLE WIDTH="95%" CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD>' + Text + '</TD></TR></TABLE></td>');
document.write('	   <td align=left><img name="Contact_r4_c7" src="images/Contact_r4_c7.jpg" width="100" height="45" border="0" id="Contact_r4_c7" alt=""><img name="Contact_r4_c8" src="images/Contact_r4_c8.jpg" width="89" height="45" border="0" id="Contact_r4_c8" alt=""></td>');
document.write('	  </tr>');
document.write('	  <tr valign=top HEIGHT=25>');
document.write('	   <td colspan="2"><img name="Contact_r5_c2" src="images/Contact_r5_c2.jpg" width="155" height="25" border="0" id="Contact_r5_c2" alt=""></td>');
document.write('	   <td rowspan="3" colspan="3" STYLE="background: url(images/Contact_r5_c4.jpg) no-repeat" width="430" height="422" border="0" id="Contact_r5_c4" alt="" />');
document.write('		<CENTER><TABLE WIDTH="95%" CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD><BR>');
}

function FD_Right() {
document.write('			</TD></TR></TABLE></CENTER></TD>');
document.write('	   <TD align=left><img name="Contact_r5_c7" src="images/Contact_r5_c7.jpg" width="100" height="25" border="0" id="Contact_r5_c7" alt=""><img name="Contact_r5_c8" src="images/Contact_r5_c8.jpg" width="89" height="25" border="0" id="Contact_r5_c8" alt=""></td>');
document.write('	</TR>');
}

function FD_Shadow(Page) {
document.write('	<TR STYLE="text-align: top" VALIGN="TOP">');
document.write('	   <!--- Left Shadow --->');
document.write('	   <td>');
document.write('		<img name="Shadow" src="images/Shadow_off.jpg" width="26" height="122" border="0" alt=""><BR>');
document.write('	    <img name="Contact_r10_c1" src="images/Contact_r10_c1.jpg" width="26" height="275" border="0" id="Contact_r10_c1" alt="">');
document.write('	   </td>');
}

function FD_Toolbar(Page) {
document.write('	   <!--- Tool Bar --->');
document.write('	   <td colspan=2>');
document.write('		<A HREF="Home.html"><img name="Home" 		 src="images/Home_off.jpg"     width="155" height="32" onMouseOver="OverJPG(this.name);" onMouseOut="OutJPG(this.name);" border="0" alt="Home" BORDER="0"></A><BR>');
document.write('		<A HREF="Products.html"><img name="Products" src="images/Products_off.jpg" width="155" height="30" onMouseOver="OverJPG(this.name);" onMouseOut="OutJPG(this.name);" border="0" alt="Products" BORDER="0"></A><BR>');
document.write('		<A HREF="Prices.html"><img name="Prices"     src="images/Prices_off.jpg"   width="155" height="30" onMouseOver="OverJPG(this.name);" onMouseOut="OutJPG(this.name);" border="0" alt="Prices" BORDER="0"></A><BR>');
document.write('		<A HREF="Contact.html"><img name="Contact"   src="images/Contact_off.jpg"  width="155" height="30" onMouseOver="OverJPG(this.name);" onMouseOut="OutJPG(this.name);" border="0" alt="Contact" BORDER="0"></A><BR>');
document.write('	    <img name="Contact_r10_c2" src="images/Contact_r10_c2.jpg" width="155" height="275" border="0" id="Contact_r10_c2" alt="">');
document.write('	   </td>');
}

function FD_Footer() {

document.write('	   <!--- Web Design ---> ');
document.write('	   <td align=left>');
document.write('	   <img name="Contact_r6_c7" src="images/Contact_r6_c7.jpg" width="100" height="32" border="0" id="Contact_r6_c7" alt=""><img name="Contact_r6_c8" src="images/Contact_r6_c8.jpg" width="89" height="32" border="0" id="Contact_r6_c8" alt=""><BR>');
document.write('	   <img name="Contact_r7_c7" src="images/Contact_r7_c7.jpg" width="100" height="30" border="0" id="Contact_r7_c7" alt=""><img name="Contact_r7_c8" src="images/Contact_r7_c8.jpg" width="89" height="30" border="0" id="Contact_r7_c8" alt=""><BR>');
document.write('	   <img name="Contact_r8_c7" src="images/Contact_r8_c7.jpg" width="100" height="30" border="0" id="Contact_r8_c7" alt=""><img name="Contact_r8_c8" src="images/Contact_r8_c8.jpg" width="89" height="30" border="0" id="Contact_r8_c8" alt=""><BR>');
document.write('	   <img name="Contact_r9_c7" src="images/Contact_r9_c7.jpg" width="100" height="30" border="0" id="Contact_r9_c7" alt=""><img name="Contact_r9_c8" src="images/Contact_r9_c8.jpg" width="89" height="30" border="0" id="Contact_r9_c8" alt=""><BR>');
document.write('	   <img name="Contact_r10_c7" src="images/Contact_r10_c7.jpg" width="100" height="30" border="0" id="Contact_r10_c7" alt=""><img name="Contact_r10_c8" src="images/Contact_r10_c8.jpg" width="89" height="30" border="0" id="Contact_r10_c8" alt=""><BR>');
document.write('	   <img name="Contact_r11_c7" src="images/Contact_r11_c7.jpg" width="100" height="30" border="0" id="Contact_r11_c7" alt=""><img name="Contact_r11_c8" src="images/Contact_r11_c8.jpg" width="89" height="30" border="0" id="Contact_r11_c8" alt=""><BR>');
document.write('	   <img name="Contact_r12_c7" src="images/Contact_r12_c7.jpg" width="100" height="30" border="0" id="Contact_r12_c7" alt=""><img name="Contact_r12_c8" src="images/Contact_r12_c8.jpg" width="89" height="30" border="0" id="Contact_r12_c8" alt=""><BR>');
document.write('	   <img name="Contact_r13_c7" src="images/Contact_r13_c7.jpg" width="100" height="30" border="0" id="Contact_r13_c7" alt=""><img name="Contact_r13_c8" src="images/Contact_r13_c8.jpg" width="89" height="30" border="0" id="Contact_r13_c8" alt=""><BR>');
document.write('	   <img name="Contact_r14_c7" src="images/Contact_r14_c7.jpg" width="100" height="30" border="0" id="Contact_r14_c7" alt=""><img name="Contact_r14_c8" src="images/Contact_r14_c8.jpg" width="89" height="30" border="0" id="Contact_r14_c8" alt=""><BR>');
document.write('	   <img name="Contact_r15_c7" src="images/Contact_r15_c7.jpg" width="100" height="30" border="0" id="Contact_r15_c7" alt=""><img name="Contact_r15_c8" src="images/Contact_r15_c8.jpg" width="89" height="30" border="0" id="Contact_r15_c8" alt=""><BR>');
document.write('	   <img name="Contact_r16_c7" src="images/Contact_r16_c7.jpg" width="100" height="30" border="0" id="Contact_r16_c7" alt=""><img name="Contact_r16_c8" src="images/Contact_r16_c8.jpg" width="89" height="30" border="0" id="Contact_r16_c8" alt=""><BR>');
document.write('	   <img name="Contact_r17_c7" src="images/Contact_r17_c7.jpg" width="100" height="65" border="0" id="Contact_r17_c7" alt=""><img name="Contact_r17_c8" src="images/Contact_r17_c8.jpg" width="89" height="65" border="0" id="Contact_r17_c8" alt=""></td>');
document.write('	  </tr>');
document.write('	</table>');
document.write('   </CENTER>');
}