function window1(url){
window.open(url,"name","width=700,height=500,toolbar=no,scrollbars=yes,resizable=yes,menubar=no");
}

