// JavaScript Document

$(document).ready(function(){

	 $("a#add2cart").click(function(){
		 tb_show('SHERWIN JEWELRY', 'http://www.webloft.ca/shop/shopNew.asp?siteid=314&lang=en&TB_iframe=true&height=400&width=800', '','FERMER');						           return false
	    })
	 
//		  $('#content div#faq' ).makeFAQ({
//			  indexTitle: "My Index",
//			  displayIndex: false,
//			  faqHeader: "h3"
//		  });
	 
 })

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');
	

}
