function afficheMaxi(chemin)
{
	i1 = new Image();
	i1.src = chemin;

	html = '<HTML><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0  ><CENTER><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+5,document.imageTest.height+60)"></CENTER></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=yes, width=500, height=500, left=250, top=125');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
}
function Contact()
{
       window.open('contact-agence-immoconst-immobilier-taroudant.html',"pop1","width=450,height=600,scrollbars=yes");
}
function Proposez_bien()
{
       window.open('proposez-un-bien-immobiliere-taroudant.html',"pop1","width=550,height=600,scrollbars=yes");
}
function PanierImmoConst()
{
       window.open('panier-immobilier-taroudant.html',"pop1","width=900,height=700,scrollbars=yes");
}

hs.graphicsDir = 'theme/default/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
//hs.dimmingOpacity = 0.75;

// Add the controlbar
hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: 0.75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});	

