$(function(){
        /*CHECK IF IMAGES ARE ON*/ $('<img src="_img/logo.png' + '#' + Math.random() + '"/>').load(function() {
        /*DO THE BELOW IF IMAGES ARE ON*/
        pharkmenu();
        });

        /*FIX PNGS FOR IE6*/
        $('#logo img').ifixpng();

escargot();
});


function pharkmenu() {
  $("#lhome a").css("background","url(_img/menu/home.gif) 0 0").css("width","42px");
  $("#lthecars a").css("background","url(_img/menu/the-cars.gif) 0 0").css("width","60px");
  $("#lwhatweoffer a").css("background","url(_img/menu/what-we-offer.gif) 0 0").css("width","112px");
  $("#lphotogallery a").css("background","url(_img/menu/photo-gallery.gif) 0 0").css("width","109px");
  $("#lphotogallery").css("margin-right","-25px");
  $("#lmakeanenquiry a").css("background","url(_img/menu/make-an-enquiry.gif) 0 0").css("width","124px");
  $("#lenquiry a").css("background","url(_img/menu/make-an-enquiry.gif) 0 0").css("width","124px");  
  $("#lphotogallery").css("margin-right","6px");


  $("#lphotos a").css("background","url(_img/menu/photos.gif) 0 0").css("width","50px");
  $("#lenquire a").css("background","url(_img/menu/enquire.gif) 0 0").css("width","56px");
  $("#llinks a").css("background","url(_img/menu/links.gif) 0 0").css("width","33px");

  $("#lenquire").css("margin-right","-25px");
  $("#lenquire").css("margin-right","6px");

  $("#lphotos").css("margin-right","10px");

  $("#menu li a").css("text-indent","-5000px");
  $("#menu").css("background","url(../_img/bg/menu.png) repeat 0 0");
}


