// JavaScript Document


function Check(){

if(document.form1.search.value==""){
	
	var date = document.form1.category.value;
	


if (date.match(/00/i)) {
    window.location.href="http://ec.bb-lab.com//product/product.html";
}else if (date.match(/01/i)) {
    window.location.href="http://ec.bb-lab.com/product/placental_line/p5010.html";
}else if (date.match(/02/i)) {
    window.location.href="http://ec.bb-lab.com/product/skingenki_line.html";
}else if (date.match(/03/i)) {
    window.location.href="http://ec.bb-lab.com/product/uruoi_fukkura_line.html";
}else if (date.match(/04/i)) {
    window.location.href="http://ec.bb-lab.com/product/yakuyou_bihaku_line.html";
}else if (date.match(/05/i)) {
    window.location.href="http://ec.bb-lab.com/product/special.html";
}else if (date.match(/06/i)) {
    window.location.href="http://ec.bb-lab.com/product/washing.html";
}else if (date.match(/07/i)) {
    window.location.href="http://ec.bb-lab.com/product/uv_base.html";
}else if (date.match(/08/i)) {
    window.location.href="http://ec.bb-lab.com/product/tryal.html";
}else if (date.match(/09/i)) {
    window.location.href="http://ec.bb-lab.com/product/supple.html";
}else if (date.match(/10/i)) {
    window.location.href="http://ec.bb-lab.com/product/goods.html";
}else if (date.match(/11/i)) {
    window.location.href="http://ec.bb-lab.com/product/placental.html";
}else if (date.match(/12/i)) {
    window.location.href="http://ec.bb-lab.com/product/hyalrone.html";
}else if (date.match(/13/i)) {
    window.location.href="http://ec.bb-lab.com/product/gtp.html";
}else if (date.match(/14/i)) {
    window.location.href="http://ec.bb-lab.com/product/estrax.html";
}else if (date.match(/15/i)) {
    window.location.href="http://ec.bb-lab.com/product/mens.html";
}

else if (date == "うるおい・ふっくらライン") {
    window.location.href="http://ec.bb-lab.com/product/uruoi_fukkura_line.html";
}else if (date == "水溶性プラセンタエキス原液") {
    window.location.href="http://ec.bb-lab.com/product/placental_line.html";
}else if (date == "肌元気ライン") {
    window.location.href="http://ec.bb-lab.com/product/skingenki_line.html";
}else if (date == "薬用美白ライン") {
    window.location.href="http://ec.bb-lab.com/product/yakuyou_bihaku_line.html";
}


return false;

}

return true;

}
