//////////////////////////////////////////////////////////////////////////////////////////////////////
//È¸»ç¼Ò°³

function introduce_1()
{
	location.href="sub_introduce1.htm";
}
function introduce_2() 
{
	location.href="sub_introduce2.htm";
}
function introduce_3() 
{
	location.href="sub_introduce3.htm";
}
function introduce_4() 
{
	location.href="sub_introduce4.htm";
}

//////////////////////////////////////////////////////////////////////////////////////////////////////
//Á¦Ç°¼Ò°³

function products_1() 
{
	location.href="sub_products19.htm";
}
function products_2() 
{
	location.href="sub_products20.htm";
}
function products_3() 
{
	location.href="sub_products30.htm";
}
function products_4() 
{
	location.href="sub_products40.htm";
}
 
//////////////////////////////////////////////////////////////////////////////////////////////////////
//°í°´¼¾ÅÍ

function customer_1()
{
	location.href="sub_customer11.htm";
}
function customer_2()
{
	location.href="sub_customer21.htm";
}
function customer_3()
{
	location.href="sub_ascenter.htm";
}
function customer_4()
{
	location.href="sub_customer41.htm";
}

//////////////////////////////////////////////////////////////////////////////////////////////////////
//Ä¿¹Â´ÏÆ¼

function commuity_1()
{
	location.href="sub_commuity11.htm";
}
function commuity_2()
{
	location.href="sub_commuity21.htm";
}
function commuity_3()
{
	location.href="sub_commuity31.htm";
}
function commuity_4()
{
	location.href="sub_commuity41.htm";
}


//ÆË¾÷Ã¢ ¶ç¿ì±â///////////////////////////////////////////////////////////////////////////////////////////////////////////

function open_window(url, name, width, height,scrollbar,menubar,left, top)
{
   window.open(url, name, 'width='+width+',height='+height+',scrollbars='+scrollbar+',menubar='+menubar+',left='+left+',top='+top);
}

//////////////////////////////////////////////////////////////////////////////////////////////////////


function link_6104()
{
 var url   = document.location.href;
 var search  = document.location.search;
 var pathname = document.location.pathname;

 var frm   = document.createElement("form"); 
 var frm_obj1 = document.createElement("input"); 

 frm_obj1.setAttribute("name","returnURL");
 frm_obj1.setAttribute("type","hidden"); 
 frm_obj1.setAttribute("value",pathname+search); 
 frm.appendChild(frm_obj1);
 document.body.appendChild(frm); 

 frm.setAttribute("method","post"); 
 frm.setAttribute("action","/Membership/Login.asp"); 
 frm.submit(); 
}


