function OpenWindows(url){
    win=window.open(url,"new1","width=168,height=405,resizable=yes");
}
function OpenWindows2(url){
    win=window.open(url,"new2","width=168,height=490,resizable=yes");
}
function OpenWindows3(url){
    win=window.open(url,"new3","width=168,height=575,resizable=yes");
}


