function showPopup(apart) {
    string = "width=600,height=450,copyhistory=no,directories=no," + "fullscreen=no,location=no,menubar=no," + "resizable=no,scrollbars=no,status=no,titlebar=no";
    newWindow = window.open("order.php?apart=" + apart, "subWind", string);
    newWindow.focus();
}
