function emailOpenWin(wndw,wdth,hght)
{
 //var openwin = '<%=rootURL%>' + wndw
 newEmailWin = window.open(wndw,"NewWindow","location=no,menubar=0,fullscreen=0,toolbar=0,resizable=0,width=" + wdth + ",height=" + hght + ",top=150,left=400")
 newEmailWin.focus()
}
