function PlaceNewPublicationsLink(userid,name){
s0 = "<LI>";
s1 = "<A HREF=\"http://128.113.18.136/fachomepage/FMPro?";
s2 = "-db=personal.fp3&";
s3 = "-lay=publications&";
s4 = "-format=publications_fac.htm&";
s5 = "userid=";
s6 = userid;
s7 = "&-sortorder=Year&";
s8 = "-error=errors.htm&";
s9 = "-find\"";
s10 = " onmouseover=\"self.status='Single click to see a list of publications from Prof. ";
s11 = name;
s12 = "'; return true;\"onmouseout=\"self.status=''; return true;\">Publications</A> (from new database)<P>";

document.writeln(s1+s2+s3+s4+s5+s6+s7+s8+s9+s10+s11+s12);
}
function PlaceLinks(){
s1 = "<A HREF=\"http://128.113.18.136/personal/FMPro?-db=personal.fp3&-lay=detail&-format=researchinterests.htm&-view\" TARGET=another onmouseover=\"self.status='Click to search faculty research areas'; return true;\" onmouseout=\"self.status=' '; return true;\">Search Research Interests</A>";
s2 = "<A HREF=\"http://128.113.18.136/main/FMPro?-db=publication.fp3&-lay=listview&-format=search_keywords.htm&-view\"  TARGET=another onmouseover=\"self.status='Click to search publications in the School of Engineering publication database'; return true;\" onmouseout=\"self.status=' '; return true;\">Search Publications</A>";
s3 = "<A HREF=\"http://128.113.18.136/publications/FMPro?-db=account.fp3&-lay=detail&-format=statuscheck.htm&-view\"    TARGET=another onmouseover=\"self.status='Click to add publications'; return true;\" onmouseout=\"self.status=' '; return true;\">Add Publications </A>";
s4 = "<A HREF=\"http://128.113.18.136/accountchange/FMPro?-db=account.fp3&-lay=detail&-format=statuscheck.htm&-view\"   TARGET=another onmouseover=\"self.status='Single click to change your user name and password'; return true;\" onmouseout=\"self.status=''; return true;\">Account Change?</A>";
t1 = "<UL><LI>";
t2 = "<LI>";
t3 = "<LI>";
t4 = "<LI>";
t5 = "</UL>";
document.write(t1+s3+t5);
}
function temp1(){
document.write("<P>");
s1 = "<A HREF=\"http://128.113.18.136/personal/FMPro?-db=personal.fp3&-lay=detail&-format=researchinterests.htm&-view\" TARGET=another onmouseover=\"self.status='Click to search faculty research areas'; return true;\" onmouseout=\"self.status=' '; return true;\">Search Research Interests</A>";
s2 = "<A HREF=\"http://128.113.18.136/main/FMPro?-db=publication.fp3&-lay=listview&-format=search_keywords.htm&-view\"  TARGET=another onmouseover=\"self.status='Click to search publications in the School of Engineering publication database'; return true;\" onmouseout=\"self.status=' '; return true;\">Search Publications</A>";
s3 = "<A HREF=\"http://128.113.18.136/publications/FMPro?-db=account.fp3&-lay=detail&-format=statuscheck.htm&-view\"    TARGET=another onmouseover=\"self.status='Click to add publications'; return true;\" onmouseout=\"self.status=' '; return true;\">Add Publications </A>";
s4 = "<A HREF=\"http://128.113.18.136/accountchange/FMPro?-db=account.fp3&-lay=detail&-format=statuscheck.htm&-view\"   TARGET=another onmouseover=\"self.status='Single click to change your user name and password'; return true;\" onmouseout=\"self.status=''; return true;\">Account Change?</A>";
t1 = "<TABLE BORDER=0 WIDTH=\"75%\"><TR><TD WIDTH=\"25%\"><CENTER>";
t2 = "</CENTER></TD><TD WIDTH=\"25%\"><CENTER>";
t3 = "</CENTER></TD><TD WIDTH=\"25%\"><CENTER>";
t4 = "</CENTER></TD><TD WIDTH=\"25%\"><CENTER>";
t5 = "</CENTER></TD></TR></TABLE>";
document.write(t1+s1+t2+s2+t3+s3+t4+s4+t5);
}
function temp2(){
document.write("Publications<P><LI>");
}
