/* USE WORDWRAP & MAXIMIZE THE WINDOW TO SEE THIS FILE ======================================== SmartMenus v5.5 Script LOADER Commercial License No.: G38131112061042 ======================================== Please note: THIS IS NOT FREE SOFTWARE. Available licenses for use: http://www.smartmenus.org/license.php ======================================== (c)2004 ET VADIKOM-VASIL DINKOV ======================================== IE4+ NS4+ Opera5+ Konqueror2+ Safari ======================================== Get the menus with a great manual & examples at: http://www.smartmenus.org LEAVE THESE NOTES PLEASE - delete the comments if you want */ s_The_Arrays_Source='';// the source of the menu definitions - not used s_Script_DOM_Source=absolutePath+'/seafrance/opencms/system/modules/com.seafrance.www/resources/js/s_script_dom.js';// the source of your script s_Script_NS4_Source=absolutePath+'/seafrance/opencms/system/modules/com.seafrance.www/resources/js/s_script_ns4.js'; s_Script_OLD_Source=absolutePath+'/seafrance/opencms/system/modules/com.seafrance.www/resources/js/s_script_old.js'; s_Any_Add_On_Source='';// if you need any add-on // === s_x=document;s_ua=navigator.userAgent.toLowerCase();s_dl=s_x.getElementById?1:0;s_iE=s_x.all&&!window.innerWidth&&s_ua.indexOf("msie")!=-1?1:0;s_oP=s_ua.indexOf("opera")!=-1&&s_x.clear?1:0;s_oP7=s_oP&&s_x.appendChild?1:0;s_oP7m=s_oP&&!s_oP7?1:0;s_nS=s_dl&&!s_x.all&&s_ua.indexOf("opera")==-1?1:0;s_nS4=s_x.layers?1:0;s_kNv=s_ua.indexOf("konqueror")!=-1?parseFloat(s_ua.substring(s_ua.indexOf("konqueror/")+10)):0;s_kN=s_kNv>=2.2?1:0;s_kN3p=s_kNv>=3?1:0;s_kN31p=s_kNv>=3.1?1:0;s_kN32p=s_kNv>=3.2?1:0;s_mC=s_ua.indexOf("mac")!=-1?1:0;s_sF=s_mC&&s_ua.indexOf("safari")!=-1?1:0;s_eS=s_ua.indexOf("escape")!=-1?1:0;s_iE5M=s_mC&&s_iE&&s_dl&&!s_eS?1:0;s_iE4=!s_mC&&s_iE&&!s_dl?1:0;s_ct=0;var s_ML,s_AL;s_=[""];s_a="undefined";s_1=[];s_2=[];function s_add(a,b){s_ct++;s_[s_ct]=[];s_[s_ct][0]={IEF:a.S[17],B:a.S[3],BC:a.S[0],BCNS4:a.S[1],BW:a.S[2],PD:a.S[4],SC:a.S[27],SCT:a.S[28],SCB:a.S[29],SCW:a.S[30],SCH:a.S[31]};for(var k in a)s_[s_ct][0][k]=a[k];for(var i=0;i";s_tm2="";s_tm3=s_Any_Add_On_Source!=""?"":""; // FUNCTION USED FOR RELATIVE POSITIONING function s_getStart(a, eleName){ var bodyStyleMarginTop=0;// specify manually to kill a bug in Opera 5/6 var o=document.images[eleName];if(!o)return a=="x"?-630:0; if(s_nS4)return a=="x"?o.x:o.y; var oP,oC,ieW;oP=o.offsetParent;oC=a=="x"?o.offsetLeft:o.offsetTop; ieW=s_iE&&!s_mC?1:0; while(oP){if(ieW&&oP.tagName&&oP.tagName.toLowerCase()=="table"&&oP.border&&oP.border>0)oC++;oC+=a=="x"?oP.offsetLeft:oP.offsetTop;oP=oP.offsetParent}; if(s_kN31p&&!s_kN32p){return a=="x"?(document.body.style&&document.body.style.marginLeft?parseInt(document.body.style.marginLeft)+oC:document.body.marginWidth?parseInt(document.body.marginWidth)+oC:document.body.leftMargin?parseInt(document.body.leftMargin)+oC:oC+10):(document.body.style&&document.body.style.marginTop?parseInt(document.body.style.marginTop)+oC:document.body.marginHeight?parseInt(document.body.marginHeight)+oC:document.body.topMargin?parseInt(document.body.topMargin)+oC:oC+10)}; return s_oP7m?a=="x"?oC:oC+bodyStyleMarginTop:s_iE5M?a=="x"?oC+parseInt(document.body.currentStyle.marginLeft):oC+parseInt(document.body.currentStyle.marginTop):oC}; // FUNCTION USED FOR RELATIVE POSITIONING