//090-4912-3210
//090-4912-3210


////////////////////////////
//●注文シートオープン［旧］
////////////////////////////
function order_open( ){
//ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/index_BAK.php' ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/index.php' ;
x1=screen.width - 610 ;
y1=screen.height - 100 ;
var user_agent = navigator.userAgent ;
if (user_agent.match(/Firefox/i) ){
	order_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=1 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}else{
	order_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}
var order_window = open( ad ,"ORDER", order_op) ;
order_window.focus() ;
}


////////////////////////////
//●注文シートオープン［新］
////////////////////////////
function order_open2( ){
//ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/index_BAK.php' ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/index.php' ;
x1=screen.width - 610 ;
y1=screen.height - 100 ;
var user_agent = navigator.userAgent ;
if (user_agent.match(/Firefox/i) ){
	order_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=1 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}else{
	order_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}
var order_window = open( ad ,"ORDER", order_op) ;
order_window.focus() ;
}




////////////////////////////
//●集配状況オープン
////////////////////////////
function shuhai_open( ){
ad = 'http://www.accel-express.com/order2/shuhai_info.php' ;
x1=screen.width - 610 ;
y1=screen.height - 100 ;
var user_agent = navigator.userAgent ;
if (user_agent.match(/Firefox/i) ){
	order_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=1 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}else{
	order_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}
var order_window = open( ad ,"ORDER", order_op) ;
order_window.focus() ;
}





////////////////////////////
//●ご注文に関する緊急問合せ先の表示
////////////////////////////
function WriteTel(){
	document.write("<table align=center cellpadding=5 bgcolor=FFFFFF width=80% border=1><tr><td bgcolor=FFFFFF nowrap align=center><span style=\"color:#000000 ;font-size:10pt;  line-height:20pt;font-weight:normal; font-family:'ＭＳ Ｐゴシック';\"><!--ご注文に関する-->問合せ先&nbsp;：&nbsp;Tel. &nbsp;<span style=\"color:#000055 ;font-size:14pt;  line-height:20pt;font-weight:bold; font-family:'HGP創英角ｺﾞｼｯｸUB';\">090-4912-3210</span><!-- （YahooBBフォン）--><br><span style=\"color:#000000 ;font-size:9pt;  line-height:15pt;font-weight:normal; font-family:'ＭＳ Ｐゴシック';\"><!--※<a href=\"javascript:order_open()\" class=\"dot\"  style=\"font-size:9pt;\">ご注文はインターネット</a>で！速くて便利です！ <BR>-->※ご注文、料金のお問合せなどはお電話でも承ります。<br><!--※料金は、<a href=\"Javascript:kihonryokin_search_open()\" class=\"dot\"  style=\"font-size:9pt;\">料金検索</a> でご確認いただけます。<br>※ご不明な点はお電話でお問い合わせください。<BR>--><!--※お電話でのご注文の場合は+500円<br>※お電話よりインターネットでご注文した方が早く注文できます。<br>--></span></span></td></tr></table>");
}





////////////////////////////
//●問い合わせページの電話番号の表示
////////////////////////////
function ToiawaseTel(){
	document.write("090-4912-3210");
}






////////////////////////////
//●パスワードオープン［旧］
////////////////////////////
function password_open(){
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/password.php?p=1' ;
x1=screen.width - 610 ;
y1=screen.height / 5 * 4 ;
password_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=400 ,top=0,left=0' ;
var password_window = open( ad ,"PASSWORD", password_op) ;
password_window.focus() ;
}



////////////////////////////
//●パスワードオープン［新］
////////////////////////////
function password_open_2(){
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/password.php?p=1' ;
x1=screen.width - 610 ;
y1=screen.height / 5 * 4 ;
password_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=400 ,top=0,left=0' ;
var password_window = open( ad ,"PASSWORD", password_op) ;
password_window.focus() ;
}




////////////////////////////
//●会員ページのオープン
////////////////////////////
function member_open( ){
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/member_only.php' ;
x1=screen.width - 610 ;
y1=screen.height - 100 ;

var user_agent = navigator.userAgent ;
if (user_agent.match(/Firefox/i) ){
	member_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=1 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}else{
	member_op = 'location=0 ,status=0 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
}

var member_window = open( ad ,"MEMBER", member_op) ;
member_window.focus() ;
}



////////////////////////////
//●営業時間の表示
////////////////////////////
function WriteHour(){
	document.write("<span style=\"font-size:9pt;\"><b>★</b>営業時間 8:30～20:00 &lt;年中無休&gt;　<b>★</b>注文受付 24H （20:00以降は翌朝の予約のみ）</span>&nbsp;&nbsp;TEL.<span style=\"font-family:'HGP創英角ｺﾞｼｯｸUB';\">090-4912-3210</span>&nbsp;");
}



////////////////////////////
//●宣伝用other_siteの電話番号表示
////////////////////////////
function WriteOtherSite(){
	document.write("TEL.<span style=\"font-family:'HGP創英角ｺﾞｼｯｸUB';\">090-4912-3210</span>");
}



////////////////////////////
//●基本検索ページ　オープン
////////////////////////////
function kihonryokin_search_open( ){
/*
x1=screen.width - 610 ;
y1=screen.height - 110 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/price_search.php?p=1' ;
kihonryokin_search_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left=' + x1  ;
var kihonryokin_search_window = open( ad ,"KIHON_SEARCH", kihonryokin_search_op) ;
kihonryokin_search_window.focus() ;
*/

x1=screen.width - 350 ;
y1=screen.height - 150 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/price_search_free.php?p=1' ;
free_search_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=340 ,height=' + y1 + ',top=0,left=' + x1  ;
var free_search_window = open( ad ,"FREE_SEARCH", free_search_op) ;
free_search_window.focus() ;


}


////////////////////////////
//●フリー入力検索ページ　オープン
////////////////////////////
function free_price_search_open( ){
x1=screen.width - 310 ;
y1=screen.height - 300 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/price_search_free.php?p=1' ;
free_search_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=300 ,height=' + y1 + ',top=0,left=' + x1  ;
var free_search_window = open( ad ,"FREE_SEARCH", free_search_op) ;
free_search_window.focus() ;
}


////////////////////////////
//●フリー入力検索プロページ　オープン
////////////////////////////
function free_price_search_open_pro( ){
x1=screen.width - 310 ;
y1=screen.height - 300 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/price_search_free_pro.php?p=1' ;
free_search_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=300 ,height=' + y1 + ',top=0,left=' + x1  ;
var free_search_window = open( ad ,"FREE_SEARCH", free_search_op) ;
free_search_window.focus() ;
}




////////////////////////////
//●基本料金表　オープン
////////////////////////////
function kihonryokin_open( ){
x1=screen.width - 610 ;
y1=screen.height - 100 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/kihonryokin.html' ;
kihonryokin_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left=0' ;
var kihonryokin_window = open( ad ,"KIHONRYOKIN", kihonryokin_op) ;
kihonryokin_window.focus() ;
}



////////////////////////////
//●付帯料金表　オープン
////////////////////////////
function futairyokin_open( ){
x1=screen.width - 610 ;
y1=screen.height - 100 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/futairyokin.html' ;
futairyokin_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left=0' ;
var futairyokin_window = open( ad ,"FUTAIRYOKIN", futairyokin_op) ;
futairyokin_window.focus() ;
}




////////////////////////////
//●付帯料金表　オープン
////////////////////////////
function futairyokin_highway_open( ){
x1=screen.width - 610 ;
y1=screen.height - 100 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/futairyokin.html#HIGHWAY' ;
futairyokin_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left=0' ;
var futairyokin_window = open( ad ,"FUTAIRYOKIN", futairyokin_op) ;
futairyokin_window.focus() ;
}



////////////////////////////
//●23区外集配料金シミュレータ
////////////////////////////
function out_of_23( ){
x1=screen.width - 610 ;
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/order2/out_of_23.php?p=1' ;
out_of_23_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=530 ,top=0,left='+x1 ;
var out_of_23_window = open( ad ,"OUT_OF_23", out_of_23_op) ;
out_of_23_window.focus() ;
}




////////////////////////////
//●トップページに移動
////////////////////////////
function top_jump( ){
ad = 'http://www.accel-express.com/' ;
top.location.href=ad;
}




////////////////////////////
//●ライダー募集　エントリーシートオープン
////////////////////////////
function entry_open(){
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/php/entry.php?p=1' ;
x1=screen.width - 610 ;
y1=screen.height / 5 * 4 ;

entry_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
var entry_window = open( ad ,"ENTRY", entry_op) ;
entry_window.focus() ;
}


////////////////////////////
//●お問い合わせオープン
////////////////////////////
function toiawase_open(){
ad = 'https://secure11.chicappa.jp/~chicappa.jp-accel-express/accel-express/toiawase/index.html' ;
x1=screen.width - 610 ;
y1=screen.height / 5 * 4 ;

toiawase_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left='+x1 ;
var toiawase_window = open( ad ,"TOIAWASE", toiawase_op) ;
toiawase_window.focus() ;
}



////////////////////////////
//●プライバシーポリシーオープン
////////////////////////////
function privacy_open(){
ad = 'http://www.accel-express.com/privacy.html' ;
y1=screen.height / 5 * 4 ;

privacy_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=550 ,height=' + y1 + ',top=0,left=5' ;
var privacy_window = open( ad ,"PRIVACY", privacy_op) ;
privacy_window.focus() ;
}


////////////////////////////
//●運送約款オープン
////////////////////////////
function yakkan_open(){
ad = 'http://www.accel-express.com/yakkan.html' ;
y1=screen.height / 5 * 4 ;

yakkan_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=600 ,height=' + y1 + ',top=0,left=5' ;
var yakkan_window = open( ad ,"YAKKAN", yakkan_op) ;
yakkan_window.focus() ;
}


////////////////////////////
//●事業所案内オープン
////////////////////////////
function address(){
ad = './address.html' ;
y1=screen.height / 5 * 3 ;

address_op = 'location=0 ,status=1 ,toolbar=0 ,menubar=0 ,scrollbars=1 ,resizable=1 , width=500 ,height=' + y1 + ',top=0,left=5' ;
var address_window = open( ad ,"ADDRESS", address_op) ;
address_window.focus() ;
}









////////////////////////////
//●キャンペーンの表示
////////////////////////////
function WriteCampaign(){
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=660 align=center bgcolor=\"#FFFFFF\" border=\"1\"><tr><td><TABLE cellSpacing=1 cellPadding=2 width=100% align=center bgcolor=\"#EEEEEE\" border=\"1\" rules=\"rows\"><tr><td valign=\"middle\" align=\"center\" width=20% nowrap><span style=\"font-size:10pt; font-family: 'ＭＳ Ｐゴシック'; line-height:11pt; color: #880000; font-weight:normal;\"><b>★特別キャンペーン★</b> …</span></td><td valign=\"middle\" align=\"left\" width=80%><span style=\"font-size:10pt; font-family: 'ＭＳ Ｐゴシック'; line-height:15pt; color: #880000; font-weight:normal;\"><IMG src=\"0.gif\" border=\"0\" height=\"5\"><br><!--1) -->各エリアで 「<B>特別キャンペーン料金</B>」 を実施中です！ 　詳しくは <a href=\"javascript:kihonryokin_search_open()\" class=\"dot4\" style=\"font-size:10pt; line-height:15pt;\">料金検索 </a>で！<br><IMG src=\"0.gif\" border=\"0\" height=\"5\"><br><!--2) 130キロを越える <b>夜間長距離便</b> (20時～翌8時) は <B>夜間割増料金なし</b>！<br><IMG src=\"0.gif\" border=\"0\" height=\"5\"><br>--></span></td></tr></table></td></tr></table>");

//	document.write("<TABLE cellSpacing=0 cellPadding=0 width=660 align=center bgcolor=\"#FFFFFF\" border=\"1\"><tr><td><TABLE cellSpacing=1 cellPadding=2 width=100% align=center bgcolor=\"#EEEEEE\" border=\"1\" rules=\"rows\"><tr><td valign=\"middle\" align=\"center\" width=20% nowrap><span style=\"font-size:10pt; font-family: 'ＭＳ Ｐゴシック'; line-height:11pt; color: #880000; font-weight:normal;\"><b>★年末年始の臨時休業のお知らせ★</b> …</span></td><td valign=\"middle\" align=\"left\" width=80%><span style=\"font-size:10pt; font-family: 'ＭＳ Ｐゴシック'; line-height:15pt; color: #880000; font-weight:normal;\"><IMG src=\"0.gif\" border=\"0\" height=\"5\"><br>12月30日～1月4日 は 臨時休業させていただきます。<BR>1月5日より通常どおり営業いたします。<br>1月5日以降のご予約はお電話にて承ります。<IMG src=\"0.gif\" border=\"0\" height=\"5\"><br></span></td></tr></table></td></tr></table>");
}








