//Click functions from the top flash movie
function flashClick_Home()	{
	gotoURL("/index.aspx");
}

function flashClick_About()	{
	gotoURL("/aboutus.aspx");
}

function flashClick_Contact()	{
	gotoURL("/contactus.aspx");
}

function flashClick_Privacy()	{
	gotoURL("/privacy.aspx");
}

function flashClick_Cart()	{
	gotoURL("/cart.aspx");
}

function flashClick_Checkout()	{
	gotoURL("/checkout1.aspx");
}

function gotoURL(newURL)	{
	this.location.href = newURL;
}
