function DEFAULT()
{
	location.href="default.aspx";
}

function COMPANY()
{
	location.href="company.aspx";
}


function NEWS()
{
	location.href="news.aspx";
}

function PRODUCT()
{
	location.href="products.aspx";
}

function CUSTOMER()
{
	location.href="customers.aspx";
}
function SIGNUP()
{
	location.href="signup.aspx";
}

function FORGET()
{
	location.href="forgetpass.aspx";
}

function MODIFY()
{
	location.href="custmodify.aspx";
}

function MESSAGE()
{
	location.href="custmessages.aspx";
}

function CONTACT()
{
	location.href="contactus.aspx";
}