﻿
var winSchedule;
function click_schedule(myAccount) {
    var strRedir = "/adv/order/shipSchedule.html";
    if (winSchedule && !winSchedule.closed) { winSchedule.close(); }
    winSchedule = window.open(strRedir, "", "top=1,left=1,scrollbars=yes,height=450,width=600,resizable=yes");
}
function doRedirect(sURL) {
    var sHttp = window.location.hostname;
    window.parent.location = "http://" + sHttp + sURL;
}


function popUp2(URL, width, height) {
    helpWindow = window.open(URL, "ssssssssss", "width=" + width + ",height=" + height + ",toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,left=212,top=-16");
}


function ArchPopUp2(URL) {
    var newWindow = window.open(URL);
}

		


