
function showProducts()
	{
		window.open('../../index.htm','_parent');			

	}

function showAbout()
	{
		window.open('../../about.htm','_parent');			

	}
	
function showContact()
	{
		window.open('../../contact.htm','_parent');			

	}
	
function showHowToFindUs()
	{
		window.open('../../howToFindUs.htm','_parent');			
		
	}	
	
function showClearance()
	{
		window.open('../../clearance.htm','_parent');			
	}	
	
function showOrderOnline()
	{
		window.open('../../xml/orderOnline/orderOnline.xml','_parent');			
	}		