	var profiles = { window800: { height:800, width:800, status:1, scrollbars:1  }, 
	window200: { height:200, width:200, status:1, resizable:0, scrollbars:1  }, 
	windowMenu: { height:600, width:1024, status:1, center:1, resizable:1, scrollbars:1 },
	windowdrieMenu: { height:450, width:848, status:1, center:1, resizable:1, scrollbars:1  },
	maker: { height:550, width:1030, status:1, center:1, resizable:1, scrollbars:1  },
	windowCenter: { height:480, width:848, status:1, center:1, resizable:1, scrollbars:1  },
	windowNotNew: { height:300, width:400, center:1, createnew:0, scrollbars:1  } };
	$(function() { 
			   $(".popupwindow").popupwindow(profiles);
			   $(".logo").popupwindow(profiles);
   	});
