/*--- Avanquest WebEasy External Script ---*/ /* -------------------------------------------- */ /* Redirect to Mobile Phone Optimized Website */ /* -------------------------------------------- */ function weMobileRedirect(url,tel,msg) { if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Android/i))) { var question = confirm(msg) window.location = (question) ? tel : url; } } /* -------------------------------------------- */ /* Embed Adobe Flash SWF File */ /* -------------------------------------------- */ function weAddFlash(url,dmx,dmy,ply,lop,qua,sca,mnu,bgc) { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('Plugins not found, try'); document.write(''); document.writeln(''); } /*--- EndOfFile ---*/