function AOL_QC_FAQ()
{
  popupWin = window.open(' ', 'AOL_QC_FAQ', 
  	"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=300,left=100,top=100");
  popupWin.focus();
}

function WhatsNew_PopUp() {
	PopUpWindow = window.open("", "WhatsNew_PopUp",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=281,left=100,top=100");
	PopUpWindow.focus();
}

function Tutorial_PopUp() {
	PopUpWindow = window.open("", "Tutorial_PopUp",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=520,height=300,left=100,top=100");
	PopUpWindow.focus();
}

function FDpopup()
{
  popupWin = window.open(' ', 'FDpopup', 'width=465,height=380');
  popupWin.focus();
}

function FDDeadlines() {
	PopUpWindow = window.open("", "FDDeadlines",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=200,left=0,top=10");
	PopUpWindow.focus();
}

function FreeDelivery() {
	PopUpWindow = window.open("", "FreeDelivery",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=350,left=0,top=0");
	PopUpWindow.focus();
}

function Gift_Guide_PopUp() {
	PopUpWindow = window.open("", "Gift_Guide_PopUp",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=475,height=483,left=271,top=0");
	PopUpWindow.focus();
}

function DD_PopUp() {
	PopUpWindow = window.open("", "DD_PopUp",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=166,left=292,top=98");
	PopUpWindow.focus();
}

function momdeadline()
{
  popupWin = window.open('mom2k1shipping.asp', 'shippingdeadline', 'width=400,height=150')
}

function DIPage() {
	PopUpWindow = window.open("http://eb.m0.net/m/p/edb/b.asp", "DIPage",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=590,height=360");
	PopUpWindow.focus();
}

function ViewPoint_2D()
{
  popupWin = window.open(' ', 'ViewPoint_2D', 
  	"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=395,height=393,left=25,top=25");
  popupWin.focus();
}

//*---------------------------------------------------
// These functions are used by the jump pages.
//--------------------------------------------------*/

function JumpPage() {
	PopUpWindow = window.open("", "JumpPage",
		"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=526,height=276");
	PopUpWindow.focus();
}

function Jump(Location) {
	opener.location.href = Location;
	window.close()
}

