skinPath='/skin/frontend/seeu/seeu/';
var flashvars = {		
};
flashvars.confXml = skinPath+"swf/seeusoon-fr-ss12.xml";
var params = {
  wmode: "transparent"
};
var attributes = {
};
var mainDiv;
var disable_flash=false;

jQuery(document).ready(function() {
mainDiv = jQuery(".col-main");
mainDiv.before('<div id="flash_container"><div id="sflash"></div></div>');

jQuery( "button, input:submit,a.button", ".main-container" ).button();
if (jQuery('.page-popup')){jQuery( "button, input:submit,a.button", ".page-popup" ).button();}
jQuery('select').selectmenu({style:'dropdown',width:260,maxHeight: 400});
//jQuery("input.checkbox").button();


//jQuery("input.input-text").corner("round");
});		
function shareFB (arg) {
	var fl_id	= arg.split("|")[0];
	var fl_nom	= "See u soon " + arg.split("|")[2];
	var fl_tn	= arg.split("|")[1];
	var fl_url =  'http://' + window.location.host + window.location.pathname + "?model="+fl_id+'&media='+encodeURIComponent(fl_tn);
//	alert("share id:"+fl_id+"|nom"+fl_nom+"|"+fl_url);
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(fl_url)+'&t='+encodeURIComponent(fl_nom));
}


function fontemall(el,hover){
	Cufon.replace(el, { fontFamily: 'helvetica', hover: hover});
}
if (jQuery('.main h1')){ fontemall('.main h1',false);}
if (jQuery('.main h2')){ fontemall('.main h2',false);}
if (jQuery('.main h3')){ fontemall('.main h3',false);}
if (jQuery('.main h4')){ fontemall('.main h4',false);}
if (jQuery('.main h5')){ fontemall('.main h5',false);}
if (jQuery('a.more') ){fontemall('a.more',false);}
if (jQuery('.quick-access') ){fontemall('.quick-access',false);}
//if (jQuery('.col-main p') ){fontemall('.col-main p');}
//if (jQuery('.col-main address') ){fontemall('.col-main address');}
//if (jQuery('.col-main li') ){fontemall('.col-main li');}
fontemall('.footer .fl','true');
fontemall('.footer .fr a','true');
