/*$Header: /home/cvs/www.ets-trucks.co.uk/public_html/scripts/common.js,v 1.1 2007/07/06 10:25:10 matthew Exp $*/ NCS = new Object(); NCS.is_safari = (document.childNodes)&&(!document.all)&&(!navigator.taintEnabled)&&(!navigator.accentColorName)?true:false; NCS.is_ie55 = (document.all && document.fireEvent && !document.createComment); NCS.win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]); $(document).ready(function() { //only need this function for ie 6 or less if(NCS.win_ie_ver && NCS.win_ie_ver < 7){ NCS.tabRollvers('#button_list'); NCS.buttonRollovers('button'); NCS.buttonRollovers('a'); } function hide_or_show() { if ($("input[@name='stopacc[stop]']:checked").val() == 1 || $("input[@name='releaseacc[release]']:checked").val() == 1) { $("#individual-cards").hide(); $("#whole-account").show(); } else { $("#individual-cards").show(); $("#whole-account").hide(); } } hide_or_show(); $("input[@name='stopacc[stop]']").click(function() { hide_or_show(); }); $("input[@name='releaseacc[release]']").click(function() { hide_or_show(); }); externalLinks(); drop_links(); }); options = { height: 'show', opacity: 'show', speed: 500, show_hint: 1 }; function drop_links(){ $("#view_networks_form").submit(function() { launchWindow($('#view_networks').val()); }); } function externalLinks(){ if (document.getElementsByTagName){ var objAnchors = document.getElementsByTagName('a'); for (var iCounter=0; iCounter