<!---
             
winx_2w  = 540;             
winy_2w  = 550;             
st_bar = "yes"
s_bar = "yes";            

ua = navigator.userAgent;
	isMac =	(ua.indexOf('Mac') >= 0) ;
	isMacIE = (isMac)&&(navigator.appName=="Microsoft Internet Explorer");

function onErrMacOpen(msg, url,lno) {
		winlist[imgname]=window.open(errurl, imgname , "width=540,height=550,resizable=no") ;
		return true ;
	}

function FormPop()
 {w_pop = open("http://anzen-shori.com/cgi-def/admin/C-007/contact_form/visit/form_submit.pl">お問い合せ</A>

","FormPop","width="+winx_2w+",height="+winy_2w+",status=1,resizable=no,scrollbars="+s_bar);
  w_opener = Math.random();
  if(w_opener != w_pop.opener.w_opener)
  {w_pop.close();
   FormPop();}
  w_pop.focus();
}

//--->
