
$( document ).ready( function() { 
	$("#tab_about").hover( function(){ this.src="/assets/layout/tabs/about_on.gif"; }, function(){ this.src="/assets/layout/tabs/about_off.gif" } );
	$("#tab_contact").hover( function(){ this.src="/assets/layout/tabs/contact_on.gif"; }, function(){ this.src="/assets/layout/tabs/contact_off.gif" } );
	$("#tab_home").hover( function(){ this.src="/assets/layout/tabs/home_on.gif"; }, function(){ this.src="/assets/layout/tabs/home_off.gif" } );
	$("#tab_partners").hover( function(){ this.src="/assets/layout/tabs/products_on.gif"; }, function(){ this.src="/assets/layout/tabs/products_off.gif" } );
	$("#tab_support").hover( function(){ this.src="/assets/layout/tabs/support_on.gif"; }, function(){ this.src="/assets/layout/tabs/support_off.gif" } );
	$("#tab_services").hover( function(){ this.src="/assets/layout/tabs/services_on.gif"; }, function(){ this.src="/assets/layout/tabs/services_off.gif" } );
	$("ul.sf-menu").supersubs({ 
		minWidth:    4,   // minimum width of sub-menus in em units 
		maxWidth:    14,   // maximum width of sub-menus in em units 
		extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
						   // due to slight rounding differences and font-family 
	}).superfish();  // call supersubs first, then superfish, so that subs are 
					 // not display:none when measuring. Call before initialising 
					 // containing tabs for same reason. 	
	
} );

// Microsoft...something
 microsoft_adcenterconversion_domainid = 397611;
 microsoft_adcenterconversion_cp = 5050; 



function hide_table( id )
{
	$( '#feature_table' ).hide();
	
} // ef


function show_table( id )
{
	$( '#feature_table' ).show();
	
} // ef
