
function wopen_n1(files,w_width,w_height){
var w_name=w_width+"_"+w_height;
detail="width="+w_width+",height="+w_height+",scrollbars=no, menuber=no";
new_window=window.open("",w_name,detail);
new_window.focus();

	var newContent = "<HTML><HEAD><TITLE></TITLE>";
	newContent += "<STYLE>";
	newContent += "BODY { margin: 0}";
	newContent += "</STYLE>";
	newContent += "</HEAD><BODY bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>";
	newContent += "<LAYER LEFT=0 TOP=0 WIDTH="+w_width+" HEIGHT="+w_height+"><TABLE cellpadding=0 cellspacing=0><TR><TD><A href=javascript:window.close()>";
	newContent += "<IMG SRC="+files+" BORDER=0>";
	newContent += "</A></TD></TR></TABLE></LAYER>";
	newContent += "</BODY></HTML>";
	new_window.document.write(newContent);
	new_window.document.close();

}








function wopen_f(filename, windowname, www, hhh) {
	sWindowOption = 'width=' + www + ',height=' + hhh + ',toolbar=no,location=no,status=yes,menubar=no,resizable=yes,scrollbar=yes';
	top.window.open( filename, windowname, sWindowOption);
}




function wopen_s(filename, w_width, w_height) {
	var w_name=w_width+"_"+w_height;
	sWindowOption = 'width=' + w_width + ',height=' + w_height + ',toolbar=no,location=no,status=yes,menubar=no,resizable=yes,scrollbar=yes';
	top.window.open( filename, w_name, sWindowOption);
}



function wopen_map(filename, w_width, w_height) {
	var w_name=w_width+"_"+w_height;
	sWindowOption = 'width=' + w_width + ',height=' + w_height + ',toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbar=no';
	top.window.open( filename, w_name, sWindowOption);
}




function wopen_mile() {
	var w_name='mile';
	sWindowOption = 'width=500px, height=750px, toolbar=no,location=no,status=yes,menubar=no,resizable=yes,scrollbar=yes';
	top.window.open( './form/contact.html', w_name, sWindowOption);
}




function Navi(_set) {
setloca=_set.options[_set.selectedIndex].value;
if(setloca != "1"){
	window.parent.body.location=setloca;}
}



function UrlJump(_url) {
window.parent.foot.location=_url;
}

function UrlJump_op(_url) {
window.location=_url;
}


function Flash(f_files,f_width,f_height){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" ID='+f_files+' WIDTH='+f_width+' HEIGHT='+f_height+'>\n');
document.write(' <PARAM NAME=movie VALUE="'+f_files+'">\n');
document.write(' <PARAM NAME=loop VALUE=false>\n');
document.write(' <PARAM NAME=quality VALUE=high>\n');
document.write(' <PARAM NAME=scale VALUE=noborder>\n');
document.write(' <PARAM NAME=wmode VALUE=transparent>\n');
document.write(' <PARAM NAME=bgcolor VALUE=#ffffff>\n');
document.write(' <EMBED src="'+f_files+'" loop=false quality=high scale=noborder bgcolor=#ffffff  WIDTH='+f_width+' HEIGHT='+f_height+' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</OBJECT>\n');
}


function copyright1(){
document.write('<HR noshade>');
document.write('<IMG src="./image/condor_36x36.gif" border="0" width="36px" height="36px" align="left">');
document.write('<B style="font-size:10pt;">コンドルタクシーグループ</B>');
document.write('<BR>');
document.write('<SPAN style="font-size:9pt;">03-5377-2001（総合配車センター）</SPAN>');
document.write('<BR>');
document.write('<SPAN style="font-size:8pt;">');
document.write('<SPAN style="color:#ff7700;">CopyRight</SPAN> ');
document.write('2004 Condor Group, ');
document.write('All rights reserved.</SPAN><BR>');
document.write('<BR clear="all">');
}



function copyright2(){
document.write('<HR noshade>');
document.write('<IMG src="/image/condor_36x36.gif" border="0" width="36px" height="36px" align="left">');
document.write('<B style="font-size:10pt;">コンドルタクシーグループ</B>');
document.write('<BR>');
document.write('<SPAN style="font-size:9pt;">03-5377-2001（総合配車センター）</SPAN>');
document.write('<BR>');
document.write('<SPAN style="font-size:8pt;">');
document.write('<SPAN style="color:#ff7700;">CopyRight</SPAN> ');
document.write('2004 Condor Group, ');
document.write('All rights reserved.</SPAN><BR>');
document.write('<BR clear="all">');
}

function copyright3(){
document.write('<HR noshade>');
document.write('<TABLE border="0" width="100%">');
document.write('<TBODY><TR>');
document.write('<TD valign="top"><IMG src="./image/condor_36x36.gif" border="0" width="36px" height="36px" align="left">');
document.write('<B style="font-size:10pt;">コンドルタクシーグループ</B>');
document.write('<BR>');
document.write('<SPAN style="font-size:9pt;">03-5377-2001（総合配車センター）</SPAN>');
document.write('<BR>');
document.write('<SPAN style="font-size:8pt;">');
document.write('<SPAN style="color:#ff7700;">CopyRight</SPAN> ');
document.write('2004 Condor Group, ');
document.write('All rights reserved.</SPAN><BR>');
document.write('<BR clear="all"></TD>');
document.write('<TD align="right" valign="top"><SPAN style="font-size:8pt;">動画をご覧頂くにはFlashPlayer8以上が必要です。</SPAN><BR>');
document.write('<A HREF="javascript: FlashDown()"><IMG src="./image/get_flash_player.gif" border="0"></A>');
document.write('</TD></TR></TBODY></TABLE>');
}


function FlashDown() {
	window.open("http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese&P5_Language=Japanese","","");
}
