// JavaScript Document

$(document).ready(function(){

	 $("a#add2cart").click(function(){
		 tb_show('FUSION LUMIERE', 'http://www.webloft.ca/shop/shopNew.asp?siteid=94&lang=&TB_iframe=true&height=400&width=800', '','FERMER');						           return false
	    })
	 
		  $('#content div#faq' ).makeFAQ({
			  indexTitle: "My Index",
			  displayIndex: false,
			  faqHeader: "h3"
		  });
		  
				$("#iddetail").change(function() {
				    strSplit = $("select#iddetail").val().split("|");
					theID = strSplit[0];
					theText = strSplit[1];
					$("h3").html(theText);	
					//$("#boxsize").html('<h2>IDPRODUCT: ' + theID + '</h2>' + '<p>' + theText + '</p>');	
					return false;
				 } );
				 
				 
				 $(".add2cart").click(function(){
					 strSplit = $("select#iddetail").val().split("|");
					 theID = strSplit[0];
					 tb_show('WATCH-OUT DESIGN', 'http://www.webloft.ca/shop/shopNew.asp?siteid=94&idproduit=&iddetail=' + theID + '&lang=&TB_iframe=true&height=400&width=800', '','FERMER')					 
					})
		  
	 
 })

function StartVideo(){
	
	var s1 = new SWFObject("player.swf","playerID","660","290","8");
	s1.addParam("allowfullscreen","true");
	s1.addParam("allowscriptaccess","always");
 	//s1.addVariable("image","images/video.jpg");
 	s1.addVariable("file","video.flv");
	s1.addVariable("enablejs","true");
	s1.addVariable("javascriptid","playerID");
	s1.addVariable("width","360");
	s1.addVariable("height","290");
    s1.addParam('flashvars','file=videofeed.asp&playlist=right&playlistsize=280&fullscreen=true&backcolor=111111&frontcolor=eeeeee&stretching=fill&plugins=gapro&gapro.accountid=UA-4011032-1');
	s1.write("theplayer");
	
	//$('a#gvideo').addClass('active');
	

}
