function zoom(url){
window.open(url,"","height=550,width=550,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function info(url){
window.open(url,"","height=350,width=400,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0")
}