$(document).ready(function(){
	<!--var vertilux = '';-->
	
	var green_guard = 'Our line of fabrics, including the fabrics Vision and Ecovision for Vertical Blinds, Pleated Shades, Roller Shades and Panels, are accredited with the American license "Green Guard" and "Green Guard Certification for children and schools". These certifications establish that these fabrics are free of substances which make them noxious and safe for use in Schools, offices and other sensitive nature environment.';
	
	var r3 = 'The Vertilux Fabrics manufactured by Vertisol International are produced under strict ISO9001 Standards. This certification assures our customers that Vertisol has implemented and optimal quality control system, and is the reason our customers can feel comfortable using our products in any of their applications.';
	
	var confidence = 'Our products are also certified under the Oeko-Tex Standards. This recognized global certification controls the use of all components of raw materials and certifies that these are not harmful to the consumer\'s health or the environment.';
	
	var nfpa = 'Provides requirements to establish a reasonable level of fire safety.';
	
	var aitex = 'Certified for fire retardant protection.';
	
	var recicle = 'Recyclable Fabrics.';
	
	var rueda = 'Our Vision and Ecovision Lines are Lead-free and have earned the Wheel mark Certificate for marine usage and are 100% recyclable. These fabrics meet the human-ecological requirements of the standards established for decoration materials.';
	
	var pb = 'Lead Free';
	
	/*$('#vertilux').simpletip({
		content: vertilux,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});*/
	
	$('#greenguard').simpletip({
		content: green_guard,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#r3').simpletip({
		content: r3,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#confidence').simpletip({
		content: confidence,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#nfpa').simpletip({
		content: nfpa,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#aitex').simpletip({
		content: aitex,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#recicle').simpletip({
		content: recicle,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#timon').simpletip({
		content: rueda,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	$('#lead_free').simpletip({
		content: pb,
		fixed: true,
		position:'top',
		offset:[0,-10]
	});
	
	
	
	//HOVER IE COMPATIBLE
	$('#vertilux').mouseover(function(){
		$('#vertilux').css('background-position','-47px -73px');
	});
	$('#vertilux').mouseout(function(){
		$('#vertilux').css('background-position','-47px 0px');
	});
	
	$('#greenguard').mouseover(function(){
		$('#greenguard').css('background-position','-221px -73px');
	});
	$('#greenguard').mouseout(function(){
		$('#greenguard').css('background-position','-221px 0px');
	});
	
	$('#r3').mouseover(function(){
		$('#r3').css('background-position','-353px -73px');
	});
	$('#r3').mouseout(function(){
		$('#r3').css('background-position','-353px 0px');
	});
	
	$('#confidence').mouseover(function(){
		$('#confidence').css('background-position','-431px -73px');
	});
	$('#confidence').mouseout(function(){
		$('#confidence').css('background-position','-431px 0px');
	});
	
	$('#nfpa').mouseover(function(){
		$('#nfpa').css('background-position','-536px -73px');
	});
	$('#nfpa').mouseout(function(){
		$('#nfpa').css('background-position','-536px 0px');
	});
	
	$('#aitex').mouseover(function(){
		$('#aitex').css('background-position','-695px -73px');
	});
	$('#aitex').mouseout(function(){
		$('#aitex').css('background-position','-695px 0px');
	});
	
	$('#recicle').mouseover(function(){
		$('#recicle').css('background-position','-695px -73px');
	});
	$('#recicle').mouseout(function(){
		$('#recicle').css('background-position','-695px 0px');
	});
	
	$('#timon').mouseover(function(){
		$('#timon').css('background-position','-749px -73px');
	});
	$('#timon').mouseout(function(){
		$('#timon').css('background-position','-749px 0px');
	});
	
	$('#aitex').mouseover(function(){
		$('#aitex').css('background-position','-604px -73px');
	});
	$('#aitex').mouseout(function(){
		$('#aitex').css('background-position','-604px 0px');
	});
	
	$('#lead_free').mouseover(function(){
		$('#lead_free').css('background-position','-812px -73px');
	});
	$('#lead_free').mouseout(function(){
		$('#lead_free').css('background-position','-812px 0px');
	});
});
