	
	function orderWin()
	{
		var winl = (screen.width-550)/2;
		var wint = (screen.height-550)/2;
		myBrochure= open('order.php', 'MyDayOrder', 'width=550,height=555,top=' + wint + ',left=' + winl + ',status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
	
	function emailFriend(pageId)
	{
		var winl = (screen.width-440)/2;
		var wint = (screen.height-500)/2;
		myBrochure= open('{DIR_HOME}email_friend.php?id=' + pageId + '', 'EmailFriend', 'width=440,height=500,top=' + wint + ',left=' + winl + ',status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no');
	}
	
	function sheetWin()
	{
		var winl = (screen.width-460)/2;
		var wint = (screen.height-510)/2;
		myBrochure= open('sheet.html', 'MyDayOrder', 'width=465,height=515,top=' + wint + ',left=' + winl + ',status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');
	}
	