document.write("<TABLE cellSpacing=0 cellPadding=0 width=\"780\" border=0>");
document.write("  <TR>");
document.write("    <TD width=\"100%\" height=\"20\" align=\"right\" background=\""+urlPrefix+"esaya_images/top_bkgd1.jpg\"><TABLE id=Table3 cellSpacing=0 cellPadding=0 border=0>");
document.write("      <TR>");
document.write("        <TD><A href=\""+urlPrefix+"index.htm\"><font color=\"#000000\">Home</font></A> &nbsp;</TD>");
document.write("      </TR>");
document.write("    </TABLE></TD>");
document.write("  </TR>");
document.write("  <TR vAlign=top>");
document.write("    <TD width=\"100%\" height=\"44\" valign=\"middle\" background=\""+urlPrefix+"esaya_images/top_bkgd2.jpg\"><a href=\"http://www.esaya.com\"><IMG src=\""+urlPrefix+"esaya_images/esaya_logo.jpg\" alt=\"ESAYA Home\" border=0 title=\"\"></a> </TD>");
document.write("  </TR>");
document.write("</TABLE>");

function openSizedPopup(page, title, width, height) 
{
	var dimensions = "height=" + height + ",width=" + width;
	var attributes =  ",toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes";
	var winspec = dimensions + attributes;
	window.open(page, title, winspec);
}

function openPopup(page, title) 
{
	openSizedPopup(page,title,"700","500");
}

function openPage(page) 
{
	openSizedPopup(page,"Information","700","500");
}
