function openaddress(pageloc,height,width) {
window.open(pageloc, "templatepopup", "top=0,left=0,height="+height+",width="+width+",resizable=yes,toolbar=yes,location=yes,menubar=yes,status=no,scrollbars=yes")
}
