<!-- Begin
closetime = 0; // 0 = ne pas fermer
function Start(URL, WIDTH, HEIGHT) {
windowprops = "left=150,top=150,width=" + WIDTH + ",height=" + HEIGHT;
preview = window.open(URL, "preview", windowprops);
if (closetime) setTimeout("preview.close();", closetime*1000);
}

function doPopup0() 
{
	url = "http://www.canyoning-hautesalpes.com/diaporama01-canyon-raft-kayak.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
function doPopup1() 
{
	url = "http://www.canyoning-hautesalpes.com/diaporama02-canyoning-tramouillon.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
function doPopup2() 
{
	url = "http://www.canyoning-hautesalpes.com/diaporama03-canyoning-lesaccles.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
function doPopup3() 
{
	url = "http://www.canyoning-hautesalpes.com/diaporama04-canyoning-lechichin.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
function doPopup4() 
{
	url = "http://www.canyoning-hautesalpes.com/video-canyoning-le-chichin.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
function doPopup5() 
{
	url = "http://www.canyoning-hautesalpes.com/diaporama05-canyoning-lesoules.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
function doPopup6() 
{
	url = "http://www.canyoning-hautesalpes.com/video-canyoning-les-oules.htm";
	width = 650;
	height = 525;
	delay = 1;
	timer = setTimeout("Start(url, width, height)", delay*1000);
}
// End -->
