function openBigImage(photo){
  var w = window.open('','chargement','scrollbars=no, width='+40+', height='+40);
	w.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n");
  w.document.write("<html><head><title>Easyvoyage</title></head><body style=\"margin: 0\">");
  w.document.write("<a href=\"javascript:window.close();\">");
	w.document.write("<img name=\"imageMax\" src=\""+photo+"\" border=\"0\" onLoad=\"self.resizeTo((imageMax.width+7),(imageMax.height+100))\" \/><\/a>");
  w.document.write("<table width=\"100%\"><tr><td align=\"center\"><a href=\"javascript:window.close();\">");
	w.document.write("<img src=\"\/images_newhome\/closePopup.gif\" border=\"0\" /><\/a><\/td><\/tr><\/table>");
  w.document.write("<\/body><\/html>");
  w.document.close();
}
	
function clik(parametre){
	window.location.href=parametre;
}

function clikOpen(parametre){
	wnd = window.open(parametre);
	if(wnd) wnd.focus();
}

function pbClik(parametre1, parametre2){
	xt_clic('S','0',parametre2);
	wnd = window.open(parametre1);
	if(wnd) wnd.focus();
}

function bpOver(t){
	t.style.background='#FC7BAE';
}

function bpOut(t){
	t.style.background='#FFD6E6';
}

function menuOver(t){
	t.style.background='#66CCCC';
}

function menuOut(t){
	t.style.background='#006666';
}

function mOver(t){
	t.style.background='#FFE4BB';
}

function mOut(t){
	t.style.background='#FFFFFF';
}

function fOver(t){
	t.style.background='#66CCCC';
}

function fOut(t){
	t.style.background='#CCFFFF';
}

function bOver(t){
	t.style.background='#FFD6E6';
}

function bOut(t){
	t.style.background='#FFFFFF';
}
