\n'); } //--> function changePopUpImageOver(state) { if (state=='USA') document.getElementById("holiday_popUp").src='img/holiday_popUp_USA.gif'; else if (state=='AUS') document.getElementById("holiday_popUp").src='img/holiday_popUp_AUS.gif'; else if (state=='ISR') document.getElementById("holiday_popUp").src='img/holiday_popUp_ISR.gif'; } function changePopUpImageOut() { document.getElementById("holiday_popUp").src='img/holiday_popUp_on.gif'; }