function show_estimate() {
	var mywin = window.open("http://gazoo.com/nvis_h/zip_cd.asp?cd=2509","","status=0,width=640,height=500,menubar=0,toolbar=0,resizable=1,scrollbars=1") 
}

function show_catalogue() {
	var mywin = window.open("https://gazoo.com/auto/catalog/order/ctlg_Catalog.asp?contents=1&route=0&prgKbn=TID&cd=2509","","status=0,width=640,height=500,menubar=0,toolbar=0,resizable=1,scrollbars=1") 
}

function show_syoukai() {
	var mywin = window.open("https://gazoo.com/auto/catalog/order/ctlg_Syoudan.asp?contents=1&=prgKbn=TID&cd=2509","","status=0,width=640,height=500,menubar=0,toolbar=0,resizable=1,scrollbars=1") 
}

//special>Bluetooth script

function show_bluetooth() {
	var newwin = window.open("/g-book_alpha/campaign/index.html","","status=0,scrollbars=yes,width=610,height=730,menubar=0,toolbar=0,resizable=1") 
}

// TCV POPUPウィンドウ表示関数
function popWin(f) {
	f.cd.value   = "2509";
	f.cnt.value  = "JP";
	f.lng.value  = "ja";
	f.site.value = "TID";

	w = 800; h = 600;
	l = screen.availWidth / 2 - w / 2 - 8;
	t = screen.availHeight / 2 - h / 2 - 24;

	var newWin = window.open('about:blank',  f.target, 'left=' + l + ',top=' + t + ',width=' + w + ',height=' + h + ',toolbar=no,location=no,directoryies=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');

	f.submit();
	newWin.focus();

}

function popWin2() {
	w = 800; h = 600;
	 l = screen.availWidth / 2 - w / 2 - 8;
	 t = screen.availHeight / 2 - h / 2 - 24;
	 window.open('/tcv/auris/200910/index.html','_blank', 'left=' + l + ',top=' + t + ',width=' + w + ',height=' + h +',toolbar=no,location=no,directoryies=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}


// 車両名称（日本語）の指定【サイトカタリスト用】
var SCcarName = "オーリス"         
