﻿function popUpOpen() {
    var addr='../../../order.php';
    if (document.layers) { addr='NewWindow-Dummy.html'; }
    window.open(addr,"PopUp","width=800,height=500,toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1");
    return;
}