var BV 		= parseFloat(navigator.appVersion.indexOf("MSIE")>0?navigator.appVersion.split(";")[1].substr(6):navigator.appVersion);
var appname	= navigator.appName;
var Netscape4	= (appname.indexOf('Netscape')!=-1&&(BV>=4&&BV<5))?true:false;

if( Netscape4 )  
{
	document.write("<BODY LEFTMARGIN=\"0\" TOPMARGIN=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\" VLINK=\"#4169e1\" ALINK=\"#4169e1\" LINK=\"4169e1\" >\n");
}
else
{
	document.write("<BODY LEFTMARGIN=\"0\" TOPMARGIN=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\">\n");
}

<!-- put this here temporarily to avoid copying it into every page; will be fixed when website overhauled -->
document.write("<map id=\"head_short\" name=\"head_short\">");
document.write("<area shape=\"rect\"#DBMI Nome");
document.write(" coords=\"17,2,55,58\" href=\"http://www.dbmi.columbia.edu/index2.html\" title=\"DBMI Home\" />");
document.write("<area shape=\"rect\"#Columbia University");
document.write("     coords=\"623,11,735,49\" href=\"http://www.columbia.edu\" title=\"Columbia University\" />");
document.write("<area shape=\"default\" nohref=\"nohref\" alt=\"\" />");
document.write("</map>");

