jQuery.noConflict();window['showModal']=function(url,title){if(title){document.getElementById("modalGraphic").firstChild.innerHTML=title;}document.getElementById('modalContentFrame').src=url;jQuery('body').append('<div id="fade"></div>');var agent=navigator.userAgent.toLowerCase();var android=agent.indexOf("android");if(navigator.platform=='iPad'||navigator.platform=='iPhone'||navigator.platform=='iPod'||android!=-1){jQuery("#fade").css("width","10000px");jQuery("#fade").css("height","10000px");};jQuery('#modalContentFrame').css("background-color","transparent");jQuery('#fade').css({'filter':'alpha(opacity=80)'}).fadeIn();jQuery('#modalFrame').fadeIn('slow');return false;}window['closeModal']=function(){jQuery('#fade, #modalFrame').fadeOut(function(){jQuery('#fade').remove();});document.getElementById('modalContentFrame').src='http://www.arm.com/includes/wait.html';}
