// JavaScript Document


/* SET SPECIAL HREF */
$(document).ready(function(){  
													 
		var pellet_link = document.getElementById('pellet_info');
		pellet_link.setAttribute('href', '#TB_inline?height=150&width=400&inlineId=option_box&modal=false');
		
		//var tronchetti_link = document.getElementById('tronchetti_info');
		//tronchetti_link.setAttribute('href', '#TB_inline?height=150&width=400&inlineId=option_box&modal=false');
		
		//var caldaie_link = document.getElementById('caldaie_info');
		//caldaie_link.setAttribute("href", "/contatti/");
		
		/* slopanel external link */
		var panel_link = document.getElementById('panel_info');
		panel_link.setAttribute('href', 'http://www.ggp.si/index.php?option=com_content&task=blogcategory&id=14&Itemid=29&lang=en');
		
		var panel_link2 = document.getElementById('panel_info2');
		panel_link2.setAttribute('href', 'http://www.ggp.si/index.php?option=com_content&task=blogcategory&id=14&Itemid=29&lang=en');
		
});
