 jQuery(document).ready(function() { jQuery('div#maincontent'); jQuery('div.lb').wrap('<div class="lbwrapper">'); jQuery('div.lbwrapper').prepend('<img src="/Vehiclecheck2/images/panel1_crn_tl.gif" class="topleft" /><img src="/Vehiclecheck2/images/panel1_crn_tr.gif" class="topright" /><img src="/Vehiclecheck2/images/panel1_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel1_crn_br.gif" class="bottomright" />'); jQuery('div.newlb').wrap('<div class="newlbwrapper">'); jQuery('div.newlbwrapper').prepend('<img src="/Vehiclecheck2/images/panel1_crn_tl.gif" class="topleft" /><img src="/Vehiclecheck2/images/panel1_crn_tr.gif" class="topright" /><img src="/Vehiclecheck2/images/panel1_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel1_crn_br.gif" class="bottomright" />'); jQuery('div.fulllb').wrap('<div class="fulllbwrapper">'); jQuery('div.fulllbwrapper').prepend('<img src="/Vehiclecheck2/images/panel1_crn_tl.gif" class="topleft" /><img src="/Vehiclecheck2/images/panel1_crn_tr.gif" class="topright" /><img src="/Vehiclecheck2/images/panel1_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel1_crn_br.gif" class="bottomright" />'); jQuery('div.fulllb1').wrap('<div class="fulllbwrapper1">'); jQuery('div.fulllbwrapper1').prepend('<img src="/Vehiclecheck2/images/panel1_crn_tl.gif" class="topleft" /><img src="/Vehiclecheck2/images/panel1_crn_tr.gif" class="topright" />'); jQuery('div.fulllb2').wrap('<div class="fulllbwrapper2">'); jQuery('div.fulllb3').wrap('<div class="fulllbwrapper3">'); jQuery('div.fulllbwrapper3').prepend('<img src="/Vehiclecheck2/images/panel1_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel1_crn_br.gif" class="bottomright" />'); jQuery('div.twocol').each(function(){ var maxHeight=0; jQuery(this).find('div.halfSection').each(function(){ if (maxHeight < $(this).height()) {maxHeight=$(this).height()} }); if ( $.browser.msie && /6.0/.test(navigator.userAgent) ) { if((maxHeight%2)==1) {maxHeight=maxHeight+1; } } jQuery(this).find('div.halfSection').each(function(){ $(this).height(maxHeight); }); }); });
function closeWindow() { window.close(); }

