// Menu link of Vinagenuwin
//
//----------------------------------------------------------------
//MAIN
function link1()
{
	window.open("Introduce.aspx?code=xxxint0ceo","_self"); //intro	
}
function link2()
{
	window.open("Product.aspx?code=xxxpro0ims","_self"); //product
}
function link3()
{
	window.open("News.aspx?code=xxxnew0new","_self"); //news
}
function link4()
{
	window.open("Contact.aspx?code=xxxcon0ctu","_self");//contact	
}

