function faq_show(send)
{ 
	if(send.style.display == ""){
		send.style.display = "none";
	}else{
		send.style.display = "";
	}
}

function mypage(){
	document.location.href = "mypage.aspx";
}

function SetUseValue(val1,val2)
{
    document.getElementById(txtZipCodeLeft).value = val1;
    document.getElementById(txtZipCodeRight).value = val2;
}
function ZipcodePop()
{    
    window.open("zipcode.aspx","zipcode","width=450,height=450,scrollbars=yes");
}

function pro_Search(){
	window.open("prosearch.htm","product_Pop","width=850, height=750, scrollbars=yes");
}