function listpage(){    location.href="http://o-edo-arare.com/?cat=3";}/* ---------------------------------------------------------------------JavaScript for SASASHIGEFileName: common.js--------------------------------------------------------------------- */function MM_openBrWindow(theURL,winName,features) { //v2.0var width = 680;var height= 500;var left = (screen.availWidth - width) / 2;var top = (screen.availHeight - height) / 2 - 100;var option = "left=" + left + ",top=" + top + ",width=" + width + ",height=" + height;  window.open(theURL,winName,option);}// フォームボックスフォーカスfunction focusColor(i){	i.style.borderColor='#edc2c5';	i.style.backgroundColor='#ffffff';}function blurColor(i){	i.style.borderColor='#999999';	i.style.backgroundColor='#EEEEEE';	i.style.border='#cccccc 1px solid';}
