var W3CDOM = (document.createElement && document.getElementsByTagName);

var mouseOvers = new Array();
var mouseOuts = new Array();

var map = new GMap2(document.getElementById("map"));
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(37.4419, -122.1419), 13);

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];}}
}

function sub(cId) {
	//alert(document.getElementById(cId).src);
	if(cId=="eng"){document.getElementById(cId).src='http://www.campingpalmer.fr/files/images/redbut_english.gif'}
	else if(cId=="fre"){document.getElementById(cId).src='http://www.campingpalmer.fr/files/images/redbut_french.gif'}
	else if(cId=="ger"){document.getElementById(cId).src='http://www.campingpalmer.fr/files/images/redbut_german.gif'}
}
function subout(cId) {
	if(cId=="eng"){document.getElementById(cId).src='http://www.campingpalmer.fr/files/images/button_english.gif'}
	else if(cId=="fre"){document.getElementById(cId).src='http://www.campingpalmer.fr/files/images/button_french.gif'}
	else if(cId=="ger"){document.getElementById(cId).src='http://www.campingpalmer.fr/files/images/button_german.gif'}
}

function navOver(cId) {
	var temp=cId+'big';
	alert(temp)
	alert('../images/'+temp+'.gif')
	document.getElementById(cId).src='../images/'+temp+'.gif';
}
function navOut(cId) {
	var temp=cId+'big';
	document.getElementById(cId).src='../images/'+cId+'.gif';
}
function navOver2(cId) {
	if(cId=="lower2en"){document.getElementById(cId).src="http://www.adhesivefilms.net/files/images/OP_ON.gif"}
	else if(cId=="lower2ger"){document.getElementById(cId).src="http://www.adhesivefilms.net/files/images/butOPGERMAN_ON.gif"}
	else if(cId=="lower2spa"){document.getElementById(cId).src="http://www.adhesivefilms.net/files/images/butOPSPANISH_ON.gif"}
}
function navOut2(cId) {
	if(cId=="lower2en"){document.getElementById(cId).src="http://www.adhesivefilms.net/files/images/OP_OFF.gif"}
	else if(cId=="lower2ger"){document.getElementById(cId).src="http://www.adhesivefilms.net/files/images/butOPGERMAN_OFF.gif"}
	else if(cId=="lower2spa"){document.getElementById(cId).src="http://www.adhesivefilms.net/files/images/butOPSPANISH_OFF.gif"}
}

function on(thing){
	document.getElementById(thing).style.display="block";
}

function off(thing){
	document.getElementById(thing).style.display="none";
}

function big(image){
	document.getElementById('main_box').src=image;
}

