//iN
var URLshop1 = "http://www.contact-search.com/url/file/lensmode.html";
var URLshop2 = "http://www.contact-search.com/url/file/007.html";
var URLshop3 = "http://www.contact-search.com/url/file/hitomi2.html";
var URLshop4 = "http://www.contact-search.com/url/file/kurikon.html";
var URLshop5 = "http://www.contact-search.com/url/file/kirara.html";
var URLshop6 = "http://www.contact-search.com/url/file/dr.html";
var URLshop7 = "http://www.contact-search.com/url/file/aredz.html";
var URLshop8 = "http://www.contact-search.com/url/file/snan.html";
var URLshop9 = "http://www.contact-search.com/url/file/lensstyle.html";
var URLshop10 = "http://www.contact-search.com/url/file/apple.html";

function OpenWindow(URL){
switch(URL){
case "shop1":
window.open(URLshop1);
break;
case "shop2":
window.open(URLshop2);
break;
case "shop3":
window.open(URLshop3);
break;
case "shop4":
window.open(URLshop4);
break;
case "shop5":
window.open(URLshop5);
break;
case "shop6":
window.open(URLshop6);
break;
case "shop7":
window.open(URLshop7);
break;
case "shop8":
window.open(URLshop8);
break;
case "shop9":
window.open(URLshop9);
break;
case "shop10":
window.open(URLshop10);
break;
}
}
