<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
</head>
<PRE>// qrscom.js
// Quick Reform Service HP 共通関数
// by Mitsuko Matsui
// add 2003/12/01</PRE>
<PRE>// ----------------
// CGI URL 切換用
// ----------------
var CgiURL = &quot;http://cgi.www5f.biglobe.ne.jp/~mmi/quickreform/cgi-bin/&quot;</PRE>
<PRE>function GetCgiURL(pStr){
	location.href (CgiURL + pStr);
}</PRE>
<PRE>// ----------------
// 店舗用サブ画面表示
// ----------------
function OpenMapWindow( pURL ) {
	window.open( pURL, &quot;&quot;, &quot;width=620, height=600, toolbar=no, location=no, directories=no, menubar=yes, resizable=yes, scrollbars=yes&quot;);
	return;
}</PRE>

