// プジョー・ジャポン 

// CSS SELECTOR(01) ++++++++++++++++++++++++++++++++++++++++++//
function CssSelect_01() {
	if ( navigator.userAgent.indexOf("Win") >= 0 ){
			document.write('<link rel="stylesheet" type="text/css" href="css/win.css">');
			document.close();
	} else {
			document.write('<link rel="stylesheet" type="text/css" href="css/mac.css">');
			document.close();
	}
}

// CSS SELECTOR(02) ++++++++++++++++++++++++++++++++++++++++++//
function CssSelect_02() {
	if ( navigator.userAgent.indexOf("Win") >= 0 ){
			document.write('<link rel="stylesheet" type="text/css" href="../css/win.css">');
			document.close();
	} else {
			document.write('<link rel="stylesheet" type="text/css" href="../css/mac.css">');
			document.close();
	}
}

// CSS SELECTOR(03) ++++++++++++++++++++++++++++++++++++++++++//
function CssSelect_03() {
	if ( navigator.userAgent.indexOf("Win") >= 0 ){
			document.write('<link rel="stylesheet" type="text/css" href="../../css/win.css">');
			document.close();
	} else {
			document.write('<link rel="stylesheet" type="text/css" href="../../css/mac.css">');
			document.close();
	}
}

// CSS SELECTOR(04) ++++++++++++++++++++++++++++++++++++++++++//
function CssSelect_04() {
	if ( navigator.userAgent.indexOf("Win") >= 0 ){
			document.write('<link rel="stylesheet" type="text/css" href="../../../css/win.css">');
			document.close();
	} else {
			document.write('<link rel="stylesheet" type="text/css" href="../../../css/mac.css">');
			document.close();
	}
}

// CSS SELECTOR(05) ++++++++++++++++++++++++++++++++++++++++++//
function CssSelect_05() {
	if ( navigator.userAgent.indexOf("Win") >= 0 ){
			document.write('<link rel="stylesheet" type="text/css" href="../../../../css/win.css">');
			document.close();
	} else {
			document.write('<link rel="stylesheet" type="text/css" href="../../../../css/mac.css">');
			document.close();
	}
}

// CSS SELECTOR(06) ++++++++++++++++++++++++++++++++++++++++++//
function CssSelect_06() {
	if ( navigator.userAgent.indexOf("Win") >= 0 ){
			document.write('<link rel="stylesheet" type="text/css" href="../../../../../css/win.css">');
			document.close();
	} else {
			document.write('<link rel="stylesheet" type="text/css" href="../../../../../css/mac.css">');
			document.close();
	}
}

// SWAP IMAGES +++++++++++++++++++++++++++++++++++++++++++//
function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0; a&&i<a.length&&(x=a[i])&&x.oSrc; i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
	var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
	}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0; !x&&i<d.forms.length; i++) x=d.forms[i][n];
	for(i=0; !x&&d.layers&&i<d.layers.length; i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0; i<(a.length-2); i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

// PRELOAD IMAGES ++++++++++++++++++++++++++++++++//
function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
		var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
		if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

// SUBWINDOW +++++++++++++++++++++++++++++++++++++++++++++//
function Openwin(html,name,width,height,scroll,resize) {
SubWindow=window.open(html,name,"width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars="+scroll+",resizable="+resize+"");
	SubWindow.focus();
}

function OpenwinFull(html,name,width,height,scroll,resize) {
SubWindow=window.open(html,name,"width="+width+",height="+height+",toolbar=1,location=0,status=0,menubar=0,scrollbars="+scroll+",resizable="+resize+"");
	SubWindow.focus();
}

function OpenwinPRINT(html,name,width,height,scroll,resize) {
SubWindow=window.open(html,name,"width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=1,scrollbars="+scroll+",resizable="+resize+"");
	SubWindow.focus();
}

// CloseTimer ++++++++++++++++++++++++++++++++//
function menuCloseTimer(No){
	if(loaded){
	selectedNo = No;
	hideSwich = 'true'
	if(tid){ clearTimeout(tid);}
	tid=setTimeout('hideMenu();',300);
	}
}

// プルダウンメニュー ++++++++++++++++++++++++++++++++++++++++++//
function FC(WO){
	if(WO.menu.selectedIndex == 0){
	Fgo1="#";
	parent.top.window.open(Fgo1,"_self")}

	if(WO.menu.selectedIndex == 1){
	Fgo1="http://www.peugeot.co.jp/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 2){
	Fgo1="";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 3){
	Fgo1="event/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 4){
	Fgo1="dealers/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 5){
	Fgo1="http://www.peugeot.co.jp/rally/index.html";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 6){
	Fgo1="lineup/download/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 7){
	Fgo1="bonjour/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 8){
	Fgo1="http://www.peugeot.com/";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 9){
	Fgo1="";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 10){
	Fgo1="http://www.peugeot.co.jp/virtual/index.html";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 11){
	Fgo1="https://www.peugeot.co.jp/lineup/catalog/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 12){
	Fgo1="https://www.peugeot.co.jp/chance/index2.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 13){
	Fgo1="https://www.peugeot.co.jp/estimate/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 14){
	Fgo1="http://www.peugeot.co.jp/accessories/top.html";
	window.open(Fgo1,"finance","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 15){
	Fgo1="http://www.peugeot.co.jp/approved/index.html";
	window.open(Fgo1,"finance","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 16){
	Fgo1="";
	window.open(Fgo1,"finance","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 17){
	Fgo1="support/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 18){
	Fgo1="quality_care/index.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 19){
	Fgo1="support/index2.html";
	parent.top.window.open(Fgo1,"_top")}

	if(WO.menu.selectedIndex == 20){
	Fgo1="http://www.peugeot.co.jp/finance/index.html";
	window.open(Fgo1,"finance","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 21){
	Fgo1="http://www.peugeot.co.jp/club-members/index.html";
	window.open(Fgo1,"finance","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 22){
	Fgo1="http://www.peugeot.co.jp/peugeot-avenue/index.html";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 23){
	Fgo1="";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 24){
	Fgo1="http://www.peugeot.co.jp/web_magazine/form/bridge.html";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 25){
	Fgo1="http://www.club.peugeot.ne.jp/";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 26){
	Fgo1="http://www.peugeot.co.jp/e.html";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 27){
	Fgo1="http://www.peugeot.co.jp/keitai/keitai.html";
	window.open(Fgo1,"window","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")}

	if(WO.menu.selectedIndex == 28){
	Fgo1="cm/0204/index.html";
	parent.top.window.open(Fgo1,"_top")}

}

// NULLCHECK +++++++++++++++++++++++++++++++++++++++++++++//
function HeaderErrorCheck(){ 
	var str = "";
	if (document.HeaderSearch.query.value == ""){
		str = str + "検索キーワードを入力してください\n";
	}
	if(str != ""){
		alert (str);
	return false;
	}
}

// WEB_CATALOGUE FullWindow +++++++++++++++++++++++++++++++++++++++++++++//

function fullwin206(){
var newwin = window.open('/cars/catalogue/webcatalogue/flash/206.html', 'webcataloge','scrollbars=no,resizable=no,menubar=no,toolbar=no,statusbar=no,status=no');
newwin.moveTo(0,0);
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.focus();
}

function fullwin307(){
var newwin = window.open('/cars/catalogue/webcatalogue/flash/307.html', 'webcataloge','scrollbars=no,resizable=no,menubar=no,toolbar=no,statusbar=no,status=no');
newwin.moveTo(0,0);
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.focus();
}

function fullwin407(){
var newwin = window.open('/cars/catalogue/webcatalogue/flash/407.html', 'webcataloge','scrollbars=no,resizable=no,menubar=no,toolbar=no,statusbar=no,status=no');
newwin.moveTo(0,0);
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.focus();
}

function fullwin1007(){
var newwin = window.open('/cars/catalogue/webcatalogue/flash/1007.html', 'webcataloge','scrollbars=no,resizable=no,menubar=no,toolbar=no,statusbar=no,status=no');
newwin.moveTo(0,0);
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.focus();
}

	// RANDOMIZER
	function MainImage() {
		var num = Math.random();
		if ( num < 0.5 ) {
			document.write('<a href="/cars/showroom/307/"><img src="image/fig_307new_01.jpg" width="553" height="275" border="0" alt="New307 Debut！"></a>');
		} else {
			document.write('<a href="/cars/showroom/307/"><img src="image/fig_307new_02.jpg" width="553" height="275" border="0" alt="New307 Debut！"></a>');
		}
	}

/*
<script language="JavaScript" type="text/javascript">
<!--
MainImage();
//-->
</script>
*/