$(document).ready(function(){
/*
  $('.signup').each(function(){
    $(this).click(function(event){
    event.preventDefault();
      var signup = $('<div></div>');
      $(signup).load('/nbpip/index.php', function(){
        $(signup).dialog({
          bgiframe: true,
          height: 450,
          width: 480,
          modal: true,
          resizable: false,
          title: 'Signup'
        });
      });
    });
  });
*/
    $('#track-order').click(function(event){
    event.preventDefault();
      var signup = $('<div></div>');
      $(signup).load('/track-order.html', function(){
        $(signup).dialog({
          bgiframe: true,
          height: 450,
          width: 600,
          modal: true,
          resizable: false,
          title: 'E-Business - Login'
        });
      });
    });
    
   
    $('.tip').each(function(){
  	$(this).cluetip();
    });	

   /* 
    $('.tip').each(function(){
     $(this).cluetip({
      truncate: 3600,
	width: '325px',	
      cluetipClass: 'jtip', 
      arrows: true, 
      dropShadow: false,
      hoverIntent: false
     });
    });

    */


    $('#banner_header').css('margin-left', '-10px');
    $('#menu_vert.home-vert').css('margin-left', '-4px');
  
});

