function launchSite(src)
{
	var smallScreen = window.open("http://www.studio-synchro.fr/index.htm" + src,"_shop","height="+screen.availHeight+",width="+screen.availWidth+",scrollbars=0,resizable=0,menubar=0,location=0,toolbar=0");
	smallScreen.focus();

}
