hp_b01Off = new Image();
hp_b01Off.src = "images/hp_b01_off.jpg";
hp_b01On = new Image();
hp_b01On.src = "images/hp_b01_on.jpg";

hp_b03Off = new Image();
hp_b03Off.src = "images/hp_b03_off.jpg";
hp_b03On = new Image();
hp_b03On.src = "images/hp_b03_on.jpg";

hp_b05Off = new Image();
hp_b05Off.src = "images/hp_b05_off.jpg";
hp_b05On = new Image();
hp_b05On.src = "images/hp_b05_on.jpg";

hp_b07Off = new Image();
hp_b07Off.src = "images/hp_b07_off.jpg";
hp_b07On = new Image();
hp_b07On.src = "images/hp_b07_on.jpg";

ROxhtmlOff = new Image();
ROxhtmlOff.src = "http://blog.casagrande.la/frederic/img/button_xhtml_off.gif";
ROxhtmlOn = new Image();
ROxhtmlOn.src = "http://blog.casagrande.la/frederic/img/button_xhtml_on.gif";

function Active(NomImage) {
	document[NomImage].src = eval(NomImage + "On.src");
}

function Inactive(NomImage) {
	document[NomImage].src = eval(NomImage + "Off.src");
}

function popitup(source,titre,x,y) {
	window.open('http://www.casagrande.la/photo.php?id='+source+'&amp;title='+titre,'','width='+x+',height='+y+',scrollbars=0,resizable=0,menubar=0,toolbar=0,location=0,directories=0,status=0,copyhistory=0');
}

function externalLinks() {
	if (!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if ( ( anchor.getAttribute("href") && anchor.getAttribute("rel") == "external" ) || ( anchor.getAttribute("href") && anchor.getAttribute("rel") == "tag" ) )
		anchor.target = "_blank";
	}
}

window.onload = externalLinks;
