function popup() {
	window.open('shoppingstar.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=550,height=651');
}
function popup2() {
	window.open('tshirt_gallery.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1134,height=720');
}
function popup3() {
	window.open('infinite_deco.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1134,height=720');
}
function popup4() {
	window.open('http://eurodif.inbox.fr/','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1134,height=720');
}
function popupdim()
{
	window.open('dim_list.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=815,height=720');
}
function popuphomme()
{
	window.open('homme_list.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=815,height=720');
}
function popUpFidele() {
	screen_height = window.screen.availHeight;
	screen_width = window.screen.availWidth;
	left_point = parseInt(screen_width/2)-500;
	top_point = parseInt(screen_height/2)-300;
	NewWindow=window.open('http://eurodif.inbox.fr/','fidelite','width=1000,height=700, left='+left_point+', top='+top_point+', toolbar=No, location=No, scrollbars=No, status=No, resizable=Yes, fullscreen=No');
	NewWindow.focus();
}

function popup_carte() {
	popUpFidele();
}

function popup_creation() {
	screen_height = window.screen.availHeight;
	screen_width = window.screen.availWidth;
	left_point = parseInt(screen_width/2)-500;
	top_point = parseInt(screen_height/2)-300;
	NewWindow=window.open('http://eurodif.inbox.fr/creation','creation','width=1030,height=550, left='+left_point+', top='+top_point+', toolbar=No, location=No, scrollbars=No, status=No, resizable=Yes, fullscreen=No');
	NewWindow.focus();
	
}