var prefType = false; var scriptPathHtml = "/saarun/"; var UA = navigator.userAgent.toLowerCase(); var isIE = (UA.indexOf('msie') >= 0 && UA.indexOf('chrome') == -1) ? true : false; var isSf = (UA.indexOf('safari') >= 0 || UA.indexOf('chrome') >= 0) ? true : false; var isNS = (UA.indexOf('mozilla') >= 0) ? true : false; var windows = (UA.indexOf('windows') >=0) ? true : false; // ==================== Handle the hide/show menu's and store as preferences ======================== var preferenceObject = new Object(); var timerObject; var currentDir; function expandThis(elID){ currentDir = elID; var divs = document.getElementsByTagName('div'); for (var i=0; i'+ ''+dText+''+ ''+ ''+ ''; $(".dialogDialog").show(); } function confirmSubmit(value){ $(".dialogDialog").slideUp(); dialogFunction(value); return false; } function srnPrompt(dTitle, dText, resultFunction, initValue){ dialogFunction = resultFunction; // Create the message box contDiv = document.createElement('div'); top.document.body.appendChild(contDiv); // Set the class contDiv.className = 'dialogContainer'; // Create the message box var mainDiv = document.createElement('div'); var divIdName = 'dialogDiv'; mainDiv.setAttribute('id', divIdName); contDiv.appendChild(mainDiv); // Set the class mainDiv.className = 'dialogDialog'; // Position & hide div mainDiv.style.display = 'none'; mainDiv.style.height = '106px'; // Set the message mainDiv.innerHTML = '

'+dTitle+'

'+ ''+dText+''+ ''+ ''+ ''+ '
'; $(".dialogDialog").slideDown(function(){ $("#dialogInput").focus(); } ); } function promptSubmit(value){ $(".dialogDialog").slideUp(); dialogFunction(value); return false; } /* ========== Contact events bookings =========== */ function removeContactFromEvent(ID, name, resultFunction){ dialogFunction = resultFunction; // Create the message box contDiv = document.createElement('div'); top.document.body.appendChild(contDiv); // Set the class contDiv.className = 'dialogContainer'; // Create the message box var mainDiv = document.createElement('div'); var divIdName = 'dialogDiv'; mainDiv.setAttribute('id', divIdName); contDiv.appendChild(mainDiv); // Set the class mainDiv.className = 'dialogDialog'; // Position & hide div mainDiv.style.display = 'none'; mainDiv.style.height = (parentID > 0 || $("#course").val() == 1 ? 126 : 106)+'px'; // Set the message mainDiv.innerHTML = '

Remove contact from event

'+ 'Remove '+name.substr(0, 25)+' from this event?'+ ''+ (parentID > 0 || $("#course").val() == 1 ? ''+ ''+ '
' : '')+ ''+ ''+ '
'; $(".dialogDialog").slideDown(function(){ $("#dialogInput").focus(); } ); } function addContactToEvent(ID, name, resultFunction){ dialogFunction = resultFunction; // Create the message box contDiv = document.createElement('div'); top.document.body.appendChild(contDiv); // Set the class contDiv.className = 'dialogContainer'; // Create the message box var mainDiv = document.createElement('div'); var divIdName = 'dialogDiv'; mainDiv.setAttribute('id', divIdName); contDiv.appendChild(mainDiv); // Set the class mainDiv.className = 'dialogDialog'; // Position & hide div mainDiv.style.display = 'none'; mainDiv.style.height = (parentID > 0 || $("#course").val() == 1 ? 146 : 126)+'px'; // Set the message mainDiv.innerHTML = '

Add contact to event

'+ 'Add '+name.substr(0, 25)+' to this event?'+ '
'+ (parentID > 0 || $("#course").val() == 1 ? ''+ ''+ '
' : '')+ ''+ ''+ ''+ '
'; $(".dialogDialog").slideDown(function(){ $("#dialogInput").focus(); } ); } function srnContactToEventSubmit(ID, value, value2){ $(".dialogDialog").slideUp(); dialogFunction(ID, value, value2); return false; } function srnNewMenu(dTitle, dText, resultFunction, type, tmpImg){ dialogFunction = resultFunction; // Create the message box contDiv = document.createElement('div'); top.document.body.appendChild(contDiv); // Set the class contDiv.className = 'dialogContainer'; // Create the message box var mainDiv = document.createElement('div'); var divIdName = 'dialogDiv'; mainDiv.setAttribute('id', divIdName); contDiv.appendChild(mainDiv); // Set the class mainDiv.className = 'dialogDialog'; // Position & hide div mainDiv.style.display = 'none'; mainDiv.style.height = '106px'; // Blog switch blogString = ''; // AutoPlay switch autoplayString = ''+ 'autoplay'; // Set the message mainDiv.innerHTML = '

'+dTitle+'

'+ ''+dText+''+ '
'+ (type == 'youtube' ? autoplayString : blogString)+ ''+ ''+ '
'; $(".dialogDialog").slideDown(function(){ $(".dialogInput").focus(); } ); } function newMenuSubmit(value, value2){ $(".dialogDialog").slideUp(); dialogFunction(value, value2); return false; } // =============================== Pop-up ============================================= // curr_msec var curr_msec = '20'; DOMinccfg={ // CSS classes // trigger DOMinclude triggerClass:'DOMpop', // class of the popup popupClass:'popup', // class of the link when the popup // is open openPopupLinkClass:'popuplink', // text to add to the link when the // popup is open displayPrefix:'', // filter to define which files should // not open in an iframe imagetypes:'jpg|JPG|JPEG|jpeg|gif|GIF|png|PNG', // dimensions of the popup frameSize:[200,255] } DOMinclude={ ifrContainer:null, currentTrigger:null, init:function(){ if(!document.getElementById || !document.createTextNode){return;} var allLinks=document.getElementsByTagName('a'); for(var i=0;i0){ DOMinclude.currentTrigger.isOpen=false; } DOMinclude.currentTrigger.innerHTML=DOMinclude.currentTrigger.preset; DOMinclude.cssjs('remove',DOMinclude.currentTrigger,DOMinccfg.openPopupLinkClass); DOMinclude.currentTrigger=null; } DOMinclude.ifrContainer.parentNode.removeChild(DOMinclude.ifrContainer); DOMinclude.ifrContainer=null; DOMinclude.cancelClick(e); }, getTarget:function(e){ var target = window.event ? window.event.srcElement : e ? e.target : null; if (!target){return false;} while(target.nodeType!=1 && target.nodeName.toLowerCase()!='body'){ target=target.parentNode; } return target; }, cancelClick:function(e){ if (window.event && window.event.cancelBubble && window.event.returnValue){ window.event.cancelBubble = true; window.event.returnValue = false; return; } if (e && e.stopPropagation && e.preventDefault){ e.stopPropagation(); e.preventDefault(); } }, addEvent: function(elm, evType, fn, useCapture){ if (elm.addEventListener){ elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent) { var r = elm.attachEvent('on' + evType, fn); return r; } else { elm['on' + evType] = fn; } }, cssjs:function(a,o,c1,c2){ switch (a){ case 'swap': o.className=!DOMinclude.cssjs('check',o,c1)?o.className.replace(c2,c1):o.className.replace(c1,c2); break; case 'add': if(!DOMinclude.cssjs('check',o,c1)){o.className+=o.className?' '+c1:c1;} break; case 'remove': var rep=o.className.match(' '+c1)?' '+c1:c1; o.className=o.className.replace(rep,''); break; case 'check': var found=false; var temparray=o.className.split(' '); for(var i=0;i