
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - input-label.js - */
// http://us.tranterphe.com/portal_javascripts/input-label.js?original=1
var ploneInputLabel={focus: function(e){var t=jq(e.target);if(t.hasClass('inputLabelActive')&&t.val()==t.attr('title'))
t.val('').removeClass('inputLabelActive')},blur: function(e){var t=jq(e.target);if(!t.val())
t.addClass('inputLabelActive').val(t.attr('title'))},submit: function(e){jq('input[title].inputLabelActive').filter(function(){return jq(this).val()==this.title}).val('').removeClass('inputLabelActive')}};jq(function(){jq('form:has(input[title].inputLabel)').submit(ploneInputLabel.submit);jq('input[title].inputLabel').each(function(){jq(this).focus(ploneInputLabel.focus).blur(ploneInputLabel.blur);if(!jq(this).val())
jq(this).val(this.title).removeClass('inputLabel').addClass('inputLabelActive')})});

/* - set_selected_flag.js - */
// http://us.tranterphe.com/portal_javascripts/set_selected_flag.js?original=1
function SetSelectedFlag(){var url=document.location.href;var temp=new Array();temp=url.split('=');if(temp.length>1){var flag=temp[1];var element=document.getElementById(flag);if(element!=null){element.setAttribute("class","currentLanguage");element.setAttribute("className","currentLanguage");var image=document.getElementById(flag+"-img");image.setAttribute("class","currentItem");image.setAttribute("className","currentItem")}}
var t=document.getElementById("contentHolder");if(url=="http://tranter.com/home-page?set_language=en"){t.innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<embed margin-top=\"50\" language=\"\" datafld=\"null\" onmouseup=\"null\" class=\"\" oncontextmenu=\"null\" onrowexit=\"null\" onbeforepaste=\"null\" onactivate=\"null\" onmousemove=\"null\" onmove=\"null\" onselectstart=\"null\" oncontrolselect=\"null\" onkeypress=\"null\" oncut=\"null\" onrowenter=\"null\" onmousedown=\"null\" onpaste=\"null\" id=\"\" onreadystatechange=\"null\" onbeforedeactivate=\"null\" hidefocus=\"true\" dir=\"\" onkeydown=\"null\" onlosecapture=\"null\" ondrag=\"null\" ondragstart=\"null\" oncellchange=\"null\" onfilterchange=\"null\" onrowsinserted=\"null\" ondatasetcomplete=\"null\" onmousewheel=\"null\" ondragenter=\"null\" onblur=\"null\" onresizeend=\"null\" onerrorupdate=\"null\" onbeforecopy=\"null\" ondblclick=\"null\" onkeyup=\"null\" onresizestart=\"null\" onmouseover=\"null\" onmouseleave=\"null\" onmoveend=\"null\" title=\"\" onresize=\"null\" dataformatas=\"null\" ondrop=\"null\" onpage=\"null\" onrowsdelete=\"null\" style=\"\" onfocusout=\"null\" ondatasetchanged=\"null\" ondeactivate=\"null\" onpropertychange=\"null\" ondragover=\"null\" onhelp=\"null\" ondragend=\"null\" onbeforeeditfocus=\"null\" disabled=\"true\" onfocus=\"null\" accesskey=\"\" onscroll=\"null\" onbeforeactivate=\"null\" onbeforecut=\"null\" datasrc=\"null\" onclick=\"null\" oncopy=\"null\" onfocusin=\"null\" tabindex=\"0\" onbeforeupdate=\"null\" ondataavailable=\"null\" onmovestart=\"null\" onmouseout=\"null\" onmouseenter=\"null\" onlayoutcomplete=\"null\" implementation=\"null\" onafterupdate=\"null\" ondragleave=\"null\" name=\"\" codebase=\"null\" pluginspage=\"\" src=\"HomeMovieNew\" units=\"\" palette=\"\" hidden=\"false\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" contenteditable=\"inherit\" align=\"null\" height=\"280\" lang=\"\" width=\"320\">"}
SetSurveyFrame();FadeGlobe();SetFlagOrder()}

/* - set_flag_order.js - */
// http://us.tranterphe.com/portal_javascripts/set_flag_order.js?original=1
function SetFlagOrder(){var htmlString="";htmlString=htmlString+GetFlagInnerHTML("en");htmlString=htmlString+GetFlagInnerHTML("de");htmlString=htmlString+GetFlagInnerHTML("fr");htmlString=htmlString+GetFlagInnerHTML("pl");htmlString=htmlString+GetFlagInnerHTML("es");htmlString=htmlString+GetFlagInnerHTML("it");htmlString=htmlString+GetFlagInnerHTML("nl");htmlString=htmlString+GetFlagInnerHTML("ru");htmlString=htmlString+GetFlagInnerHTML("fi");htmlString=htmlString+GetFlagInnerHTML("sv");htmlString=htmlString+GetFlagInnerHTML("el");htmlString=htmlString+GetFlagInnerHTML("pt-br");if(htmlString=="")
htmlString="<li></li>";e=document.getElementById("portal-languageselector");e.innerHTML=htmlString}

/* - fade_globe.js - */
// http://us.tranterphe.com/portal_javascripts/fade_globe.js?original=1
function FadeGlobe(){if(navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5){FadeOutGlobeNetscape(100)}
else if(navigator.appName.indexOf("Microsoft")!=-1&&parseInt(navigator.appVersion)>=4){FadeOutGlobeIE(100)}
else{FadeOutGlobeGeneral(100)}}

/* - fadein_globe_general.js - */
// http://us.tranterphe.com/portal_javascripts/fadein_globe_general.js?original=1
function FadeInGlobeGeneral(a){var x=a-(-1);if(x<100){if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.opacity=x/100;setTimeout("FadeInGlobeGeneral('"+x+"')",15)}}
else{if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.opacity=x/100;setTimeout("FadeOutGlobeGeneral('"+150+"')",0)}}}

/* - fadein_globe_ie.js - */
// http://us.tranterphe.com/portal_javascripts/fadein_globe_ie.js?original=1
function FadeInGlobeIE(a){var x=a-(-1);if(x<100){if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.filter='alpha(opacity='+x+')';setTimeout("FadeInGlobeIE('"+x+"')",15)}}
else{if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.filter='alpha(opacity='+x+')';setTimeout("FadeOutGlobeIE('"+150+"')",0)}}}

/* - fadein_globe_netscape.js - */
// http://us.tranterphe.com/portal_javascripts/fadein_globe_netscape.js?original=1
function FadeInGlobeNetscape(a){var x=a-(-1);if(x<100){if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.MozOpacity=x/100;image.style.opacity=x/100;setTimeout("FadeInGlobeNetscape('"+x+"')",15)}}
else{if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.MozOpacity=x/100;image.style.opacity=x/100;setTimeout("FadeOutGlobeNetscape('"+150+"')",0)}}}

/* - fadeout_globe_general.js - */
// http://us.tranterphe.com/portal_javascripts/fadeout_globe_general.js?original=1
function FadeOutGlobeGeneral(a){var x=a-1;if(x>25){if(document.getElementById("globe")){var image=document.getElementById("globe");object.style.opacity=x/100;setTimeout("FadeOutGlobeGeneral('"+x+"')",35)}}
else{if(document.getElementById("globe")){var image=document.getElementById("globe");object.style.opacity=x/100;setTimeout("FadeInGlobeGeneral('"+x+"')",0)}}}

/* - fadeout_globe_ie.js - */
// http://us.tranterphe.com/portal_javascripts/fadeout_globe_ie.js?original=1
function FadeOutGlobeIE(a){var x=a-1;if(x>25){if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.filter='alpha(opacity='+x+')';setTimeout("FadeOutGlobeIE('"+x+"')",35)}}
else{if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.filter='alpha(opacity='+x+')';setTimeout("FadeInGlobeIE('"+x+"')",0)}}}

/* - fadeout_globe_netscape.js - */
// http://us.tranterphe.com/portal_javascripts/fadeout_globe_netscape.js?original=1
function FadeOutGlobeNetscape(a){var x=a-1;if(x>25){if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.MozOpacity=x/100;image.style.opacity=x/100;setTimeout("FadeOutGlobeNetscape('"+x+"')",35)}}
else{if(document.getElementById("globe")){var image=document.getElementById("globe");image.style.MozOpacity=x/100;image.style.opacity=x/100;setTimeout("FadeInGlobeNetscape('"+x+"')",0)}}}

/* - set_survey_frame.js - */
// http://us.tranterphe.com/portal_javascripts/set_survey_frame.js?original=1
function SetSurveyFrame(){var url=document.location.href;var root="http://tranter.com/survey";var root2="http://www.tranter.com/survey";var temp=new Array();temp=url.split('?');var obj=document.getElementById("surveyholder");if((temp[0]==root)||(temp[0]==root2)){if(temp.length>1){obj.innerHTML="<iframe src=\"http://survey.tranter.com?"+temp[1]+"\" id=\"kupu-editor\" width=\"100%\" frameborder=\"0\" height=\"1500\"></iframe>"}
else{obj.innerHTML="<iframe src=\"http://survey.tranter.com\" id=\"kupu-editor\" width=\"100%\" frameborder=\"0\" height=\"1500\"></iframe>"}}}

/* - get_flag_inner_html.js - */
// http://us.tranterphe.com/portal_javascripts/get_flag_inner_html.js?original=1
function GetFlagInnerHTML(language){var e;var ec;var htmlString="";e=document.getElementById(language);ec=e.getAttribute("class");if(ec==null)
ec=e.getAttribute("className");if(ec=="True"||ec=="currentLanguage")
htmlString="<li class=\""+ec+"\"id=\""+language+"\">"+e.innerHTML+"</li>";return htmlString}
