// JavaScript Document Le Camerette

window.onload=function()
{
	if(screen.width==1024)
	document.getElementById("container").style.paddingTop=65;
}	

function launchSite(param)
{
	Win = window.open("lecamerette/home.php","home"+param,"scrollbars=no,resizable=no,width="+screen.width+",height="+screen.height+",status=no,left=0,top=0,location=no,toolbar=no");
	Win.focus();
}
