<!--//

function launch(newURL, newName, newFeatures, orgName) {
	var remote = open(newURL, newName, newFeatures);
		if (remote.opener == null)
	remote.opener = window;
	remote.opener.name = orgName;
	return remote;
}


// Main Remotes

function launchRemotePolicies() {
	 Policies = launch("/remotes/Policies.htm", "Policies", "height=475,width=625,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteSendPassword() {
	 SendPassword = launch("/remotes/sendpassword.cfm", "SendPassword", "height=475,width=500,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteCDROMDemo1() {
	 CDROMDemo1 = launch("/sampleq/cdrom/Q20041027.html", "CDROMDemo1", "height=500,width=675,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteCDROMDemo2() {
	 CDROMDemo2 = launch("/sampleq/cdrom/Q20060122.html", "CDROMDemo2", "height=500,width=675,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

//MY ACCOUNT
function launchRemoteOrderDetails(orderid) {
	 OrderDetails = launch("/remotes/OrderDetails.cfm?orderid=" + orderid, "OrderDetails", "height=475,width=630,scrollbars=yes,resizable=yes,status=no,location=no,menubar=yes,toolbar=yes,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteEditAccountInfo() {
	 EditAccountInfo = launch("/remotes/editaccountinfo.cfm", "EditAccountInfo", "height=300,width=400,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,toolbar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteEditPersonalInfo() {
	 EditPersonalInfo = launch("/remotes/editpersonalinfo.cfm", "EditPersonalInfo", "height=275,width=400,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,toolbar=no,alwaysRaised=yes,top=2,left=2");
}

//SHOPPING

function launchRemoteEditShipping(shipaddid) {
	 EditShipping = launch("/remotes/editshipping.cfm?shipaddid=" + shipaddid, "EditShipping", "height=500,width=600,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteAddShipping() {
	 AddShipping = launch("/remotes/addshipping.cfm", "AddShipping", "height=500,width=600,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}


//MANAGE AREA

function launchRemoteOrderComment(orderid) {
	 OrderComments = launch("/remotes/ordercomments.cfm?orderid=" + orderid, "OrderComments", "height=300,width=400,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteMarkAsPaid(orderid) {
	 MarkAsPaid = launch("/remotes/markaspaid.cfm?orderid=" + orderid, "MarkAsPaid", "height=300,width=400,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteUpdateMenuDisplayOrder() {
	 MarkAsPaid = launch("/manage/Update_MenuDisplayOrder.cfm", "UMO", "height=450,width=550,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}

function launchRemoteUploadProductImageFile(productid) {
	 MarkAsPaid = launch("/manage/Upload_ProductImageFile.cfm?productid=" + productid, "UPIF", "height=300,width=475,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,alwaysRaised=yes,top=2,left=2");
}
// -->
