/*<!-- mp_trans_disable_start -->*/ 
function openExternalBizSite()
{if(document.bizctry.businessflyercountry.tagName=='SELECT')
{if(document.bizctry.businessflyercountry.selectedIndex>0)
{tempUrl=document.bizctry.businessflyercountry.options[document.bizctry.businessflyercountry.selectedIndex].value;document.bizctry.action=tempUrl;return true;}}
else
{if(document.bizctry.businessflyercountry.value!='')
{tempUrl=document.bizctry.businessflyercountry.value;document.bizctry.action=tempUrl;return true;}}
return false;}
function openExternalWin(strLink)
{var ver=getInternetExplorerVersion();if(ver>=7.0){return openWindow(strLink,"ExternalWin","yes","yes","yes","yes","1000","620","yes","yes","no");}else{return openWindow(strLink,"ExternalWin","yes","no","yes","yes","1000","620","yes","yes","no");}}
function openExternalBizLogin(strLink)
{document.bizlogin.target="_self";document.bizlogin.action=$('bizlogin').action;document.bizlogin.submit();return false;}
function tabClick(oLink)
{var oTab=document.getElementById(sCurrentTab);var oTabContent=document.getElementById(sCurrentTab+'content');oTab.parentNode.className="tabInactive";oTabContent.className="tabContentInactive";sCurrentTab=oLink.id;var oTab=document.getElementById(sCurrentTab);var oTabContent=document.getElementById(sCurrentTab+'content');oTab.parentNode.className="tabActive";oTabContent.className="tabContentActive";return false;}
var Demo=Base.extend({constructor:function()
{Event.observe(window,'load',this.windowOnLoad.bindAsEventListener(this));},windowOnLoad:function()
{if($('demoLink'))
Event.observe($('demoLink'),'click',this.onDemoLinkClick.bindAsEventListener(this));},onDemoLinkClick:function(event)
{var link=$('demoLink');window.open(link.href,link.target,'width=750,height=425');Event.stop(event);}});function openExternalWinPlanner(strLink)
{var ver=getInternetExplorerVersion();if(ver>=7.0){var itineraryWindow=window.open(strLink,"ExternalWin","menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=1000,height=700,status=yes,toolbar=yes,directories=no");}else{var itineraryWindow=window.open(strLink,"ExternalWin","menubar=yes,location=no,scrollbars=yes,resizable=yes,width=1000,height=700,status=yes,toolbar=yes,directories=no");}
itineraryWindow.focus();if(itineraryWindow<=0)
return true;else
return false;}
var demo=new Demo();
 /*<!-- mp_trans_disable_end -->*/