function openEWindow(jid,jstr) {
	var url = "cojenco.php?jrnlid="+jid+"&jrnlstr="+jstr;
	var scrname = "remote"+jid;
	popupWin=window.open(url,scrname,'scrollbars=yes, location=no, resizable=yes, width=540,height=480,top=100,left=100');
}
function openGWindow(openurl,sname) {
	var url = openurl;
	var scrname = sname;
	popupWin=window.open(url,scrname,'scrollbars=yes, location=no, resizable=yes, width=540,height=480,top=100,left=100');
}
function openPWindow(pid,rname) {
	var url = "copdprtco.php?pid="+pid+"&rname="+rname;
	var scrname = "remote"+pid;
	popupWin=window.open(url,scrname,'scrollbars=yes, location=no, resizable=yes, width=640,height=480,top=100,left=100');
}

function openWindow(eaddr,efrom,emsg) {
	var url;
	if (emsg == null) url = "emessage.php?eaddr="+eaddr+"&efrom="+efrom;
	else url = "emessage.php?eaddr="+eaddr+"&efrom="+efrom+"&emsg="+emsg;
	popupWin=window.open(url,'remote','width=640,height=480,top=100,left=100, location = no scrollbars=yes, resizable=yes,');
}
function openFWindow(eaddr) {
	var url = "eform1.php?eaddr="+eaddr;
	popupWin=window.open(url,'remote','scrollbars=yes,width=640,height=640,top=50,left=50, location = no');
}
function openF2Window(eaddr) {
	var url = "eform2.php?eaddr="+eaddr;
	popupWin=window.open(url,'remote','scrollbars=yes,width=640,height=640,top=50,left=50, location = no');
}
function submitenter(myfield,e)
{
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (e) keycode = e.which;
else return true;

if (keycode == 13)
   {
   myfield.form.submit();
   return false;
   }
else
   return true;
}
function submitForm(){
    document.login.submit();
}

document.write("<style type=\"text/css\" media=\"screen\">#navigation a {unicode-bidi: expression(this.onmouseover = function(){this.className += ' hover';},this.onmouseout = function(){this.className = this.className.replace('hover','');});}</style>");



