function newwindow (url) {
    window.open(url, 'Order', 'toolbar=1,location=1,scrollbars=1,width=700,height=600,top=50');
    return false;
}
