function Header (main, subCat, UnUsed1, UnUsed2) {
	
	//Start Header aligment
	document.write ( '<div align="center"> ');
	document.write ( '<center> ');


	// Main 
		document.write ( '<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="570" id="AutoNumber1" height="94"> ');
		document.write ( '<tr> ');
		document.write ( '<td colspan="5" height="63" width="570" align="center"> ');
		document.write ( '<p align="center"> ');
		document.write ( '<img border="0" src="http://rowlandemergency.com/images/Logos/top.GIF" width="600" height="50"></td> ');
		document.write ( '</tr> ');
		document.write ( '<tr> ');
		
		
		document.write ( '<td height="38" width="143" align="center"> ');

		if (main == 1)
		{
			document.write ( '<font size="5"><b><a href="http://RowlandEmergency.com/index.htm">Home</a></b></font></td> ');
		}
		else if (main == -1){
			
			document.write ( '<b><font size="5">Home</font></b></td> ');
		}
		else
		{
			document.write ( '<font size="5"><a target="_top" href="http://RowlandEmergency.com/index.htm">Home</a></font></td> ');
		}

		document.write ( '<td height="38" width="286" align="center"> ');
		  
		if (main == 2){
			document.write ( '<font size="5"><b><a target="_top" href="http://RowlandEmergency.com/Products.htm">Products and Services</a></b></font></td> ');
		}
		else if (main == -2){
			
			document.write ( '<b><font size="5">Products and Services</font></b></td> ');
		}
		else{
			document.write ( '<font size="5"><a target="_top" href="http://RowlandEmergency.com/Products.htm">Products and Services</a></font></td> ');
		}
		
		document.write ( '<td height="38" width="143" align="center"> ');

		if (main == 3){
			document.write ( '<font size="5"><b><a target="_top" href="http://RowlandEmergency.com/WhoWeAre.htm">About Us</a></b></font></td> ');
		}
		else if (main == -3){
			
			document.write ( '<b><font size="5">About Us</font></b></td> ');
		}
		else{
			document.write ( '<font size="5"><a target="_top" href="http://RowlandEmergency.com/WhoWeAre.htm">About Us</a></font></td> ');
		}
		
		document.write ( '<td height="38" width="143" align="center"> ');

		if (main == 4)
		{
			document.write ( '<font size="5"><b><a target="_top" href="http://RowlandEmergency.com/Contact.htm">Contact Us</a></b></font></td> ');
		}
		else if (main == -4){
			
			document.write ( '<b><font size="5">Products</font></b></td> ');
		}
		else
		{
			document.write ( '<font size="5"><a target="_top" href="http://RowlandEmergency.com/Contact.htm">Contact Us</a></font></td> ');
		}
		
		document.write ( '</tr> ');
		document.write ( '</table> ');
//document.write ( '</center> ');
//document.write ( '</div> ');
//document.write ( '<p><br> ');

	//call to print sub cats
	//alert ( ( subCat ) )
	//alert ( ( subCat % 10 ) )
	if ( subCat >= 10 || subCat < 20 ) {
		ambCat ( subCat % 10 );
	}

	//end header Aligment
	document.write ( '</center>')
	document.write ( '</div>')
}
	
function ambCat ( cat ) {
	//Ambulance Catalog
		
	document.write ( '<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="570">')
	document.write ( '<tr>')


	
	document.write ( '<td height="38" width="163" align="center"> ');
	if (cat == 1) {
		document.write ( '<font size="4"><b><a href="http://RowlandEmergency.com/catalog/index.htm">Catalog Home</a></b></font></td>')
	}
	else if (cat == -1) {
		document.write ( '<b><font size="4">Catalog Home</font></b></td>')
	}
	else {
		document.write ( '<font size="4"><a href="http://RowlandEmergency.com/catalog/index.htm">Catalog Home</a></font></td>')
	}
	
	document.write ( '<td height="38" width="163" align="center"> ');
	if (cat == 2) {
		document.write ( '<font size="4"><b><a href="http://RowlandEmergency.com/catalog/updates.htm">Catalog Updates</a></b></font></td>')
	}
	else if (cat == -2) {
		document.write ( '<b><font size="4">Catalog Updates</font></b></td>')
	}
	else {
		document.write ( '<font size="4"><a href="http://RowlandEmergency.com/catalog/updates.htm">Catalog Updates</a></font></td>')
	}
	
	document.write ( '<td height="38" width="163" align="center"> ');
	if (cat == 3) {
		document.write ( '<font size="4"><b><a href="http://RowlandEmergency.com/catalog/download.htm">Download Catalog</a></b></font></td>')
	}
	else if (cat == -3) {
		document.write ( '<b><font size="4">Download Catalog</font></b></td>')
	}
	else {
		document.write ( '<font size="4"><a href="http://RowlandEmergency.com/catalog/download.htm">Download Catalog</a></font></td>')
	}

	
	
	//End Products Table
	document.write ( '</tr>')
	document.write ( '</table>')
}


function Footer ( UnUsed1, UnUsed2 ) {

	document.write ( '<p align="center"><font color="#ff0000" size="4">79 Portland Street, Toronto, ON, Canada, M8Y 1A8<br>' )
	document.write ( ' Telephone: 416-255-9521&nbsp;Toll Free: 1-877-769-5263<br>' )
    document.write ( 'Fax: 416-255-8012<br>' )
    document.write ( '<img border="0" src="http://rowlandemergency.com/images/ScottEmail.jpg"> <br>' )
    document.write ( '<img border="0" src="http://rowlandemergency.com/images/AngelaEmail.jpg">' )
}