// Actions for FLDashboard.com
function s_show(){return false}
function s_hide(){return false}
if(window.event+''=='undefined')event=0

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
$(document).ready(function() {
	//jQuery("a[href^='http']").not("[href*='fldashboard.com']").attr('target','_blank');
	
	function showDetail(title) {
		jQuery.facebox(function() {
		  jQuery.post('ajax/showDetail.cfm', { C_Title: title },function(data) {
		    jQuery.facebox('<div>' + data + '</div>')
		  })
		})
	}

   $("div#logo").hover(function() {
		$(this).addClass('link-hover');
      }, function() {
        $(this).removeClass('link-hover');
   });
   
   $("div#logo").click(function(){
          document.location.href = "http://www.flfoundation.com/";
          return true;
   });
   
    
   //$("div.driver").hover(function() {
   //		$(this).addClass('link-hover');
   //   }, function() {
   //     $(this).removeClass('link-hover');
   //});
   
   //$("div.driver").click(function(){
   //		var loc = $(this).attr('title');
   //		if (loc.length) {
   //			document.location.href = loc;
   //		}
   //     return true;
   //});
});

