function open_EMI_window(pathname,titlename)
{
//alert(pathname);
//alert(titlename);
window.open(pathname,'','toolbar=no,location=no,status=no,menubar=no,resizable=no,width=515,height=183,top=200,left=300');
}
