$(document).ready(function(){
	if ($.browser.msie && parseInt($.browser.version, 10) == 7) {
		$(".simulateur").colorbox({
			width:"924px",
			height:"515px",
			onOpen:function(){ openColorbox('S') }
		});
		$(".affcontact").colorbox({
			width:"924px",
			height:"515px",
			onOpen:function(){ openColorbox('C') }
		});
		$(".affvideo").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	}
	else {
		$(".simulateur").colorbox({
			width:"924px",
			height:"495px",
			onOpen:function(){ openColorbox('S') }
		});
		$(".affcontact").colorbox({
			width:"924px",
			height:"495px",
			onOpen:function(){ openColorbox('C') }
		});
		$(".affvideo").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	}
});		

function openColorbox(cb) {
	if (cb == "C") $("#colorboxcss").attr("href","http://www.renault-trucks-oils.com/colorboxC.css");
	else $("#colorboxcss").attr("href","http://www.renault-trucks-oils.com/colorboxS.css");
}


function ObtenirF(type,nomprod) {
	$.fn.colorbox({
		href:"http://www.renault-trucks-oils.com/contact_inc.php?type="+type+"&nomprod="+escape(nomprod),
		width:"924px",
		height:"495px",
		open:true,
		onOpen:function(){ openColorbox('C') }
	});
}

