//Open New Window

function new_open(url) {
window.open(url,'new_open','width=380,height=300,menubar=no,scrollable=no,resizable=no,scrollbars=no');
}

function new_open1(url) {
window.open(url,'new_open1','width=500,height=300,menubar=no,scrollable=no,resizable=no,scrollbars=no');
}

function new_open2(url) {
window.open(url,'new_open2','width=620,height=430,menubar=no,scrollable=no,resizable=no,scrollbars=no');
}
