\n');
}
//-->
function MappageID(args)
{
/*
Ain Drahem [1 --> 721]
Tunis [2 --> 722]
Hammet [3 --> 706]
Port El Kantaoui [4 --> ---]
Monastir [5 --> 728] -> 701
Mahdia [6 --> 733]
Djerba [7 --> 729]
Douz [8 --> 700]
*/
if (args==1) return "<%=elmouradi.Global.strApplicationPath%>/cr2.resa/ui/aba/Hotel_Selection.aspx?user=869&id=721&ilng=1&curr=<%=strIdCurrency%>&showdate=0";
if (args==2) return "<%=elmouradi.Global.strApplicationPath%>/info/tunis.aspx?q=1&k=<%=strIdCurrency%>";
if (args==3) return "<%=elmouradi.Global.strApplicationPath%>/info/hammamet.aspx?q=1&k=<%=strIdCurrency%>";
if (args==4) return "<%=elmouradi.Global.strApplicationPath%>/info/elkantaoui.aspx?q=1&k=<%=strIdCurrency%>";
if (args==5) return "<%=elmouradi.Global.strApplicationPath%>/cr2.resa/ui/aba/Hotel_Selection.aspx?user=869&id=701&ilng=1&curr=<%=strIdCurrency%>&showdate=0";
if (args==6) return "<%=elmouradi.Global.strApplicationPath%>/cr2.resa/ui/aba/Hotel_Selection.aspx?user=869&id=704&ilng=1&curr=<%=strIdCurrency%>&showdate=0";
if (args==7) return "<%=elmouradi.Global.strApplicationPath%>/cr2.resa/ui/aba/Hotel_Selection.aspx?user=869&id=702&ilng=1&curr=<%=strIdCurrency%>&showdate=0";
if (args==8) return "<%=elmouradi.Global.strApplicationPath%>/cr2.resa/ui/aba/Hotel_Selection.aspx?user=869&id=700&ilng=1&curr=<%=strIdCurrency%>&showdate=0";
return args;
}
function goHotel_Selection(args)
{
var strUrl = MappageID(args);
location.href=strUrl;
}
|