function popup(url,h,w,t,l)
{
apopup=window.open(url,"route", "menubar=no, titlebar=no, toolbar=no, statusbar=no, scrollbars=yes, resize=yes, height="+h+", width="+w+",top="+t+",left="+l)
}

