var fulltext = "Available in SLU Hospital, Schwitalla Hall, Caroline Building, Doisy Hall, and  LRC.";
var fulltext1 = "Dissertations & Theses : Full Text - Now Available";
var fulltext2 = "Medical Letter Online Products - &nbsp;&nbsp;Now Available";
var fulltext3 = "Users' Guides to the Medical Literature, click \"Access UGI\" button to access";
var fulltext4 = "DynaMed - Now Available";


//document.write('<p style="cursor:default; text-decoration:underline; margin-top:0px; margin-bottom:10px;">Quick Links</p></p>');
document.write('<div id="alt" style="position:absolute;visibility:hidden;width:225px;background-color:white;border:1px solid black;z-index:10"></div>');

document.write('<img src="http://www.slu.edu/libraries/hsc/images/quick.png">');
document.write('<table width="158" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF"><tr><td align="center"><b>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="http://www.slu.edu/libraries/hsc/services/askalib.html">Ask a Librarian</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/ovid.html" target="_blank">Ovid</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/pubmed.html" target="_blank">PubMed</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/uptodate.html" onMouseover="showalt(this,event,fulltext);" onMouseout="hidealt();" target="_blank">UpToDate</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/scopus.html"  target="_blank">SCOPUS</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/accessmed.html" target="_blank">Access Medicine</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/mdconsult.html" target="_blank">MD Consult</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/cinahlebsco.html" target="_blank">CINAHL Plus (EBSCO)</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/netanatomy.html"  "target="_blank">Net Anatomy</a> </p>');


document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/ejournal.html" target="_blank">E-Journal Portal</a></p>');

document.write('<p style="margin-top:0px; margin-bottom:10px;"><a class="nav" href="usage/jamaevidence.html"  target="_blank">JAMAevidence</a></p>');																								   

document.write('<p style="margin-top:0px; margin-bottom:0px;"><a class="nav" href="usage/newbooks.html">New Books</a></p>');
document.write('</b></td></tr></table>');

// Shows description onMouseOver icons
var IE = document.all?true:false;
if (!IE)
  document.captureEvents(Event.MOUSEMOVE);

var tempX = 0;
var tempY = 0;

function showalt(current,e,text){
  if (IE){
    tempX = event.clientX + document.body.scrollLeft;
    tempY = event.clientY + document.body.scrollTop;
  }
  else{
    tempX = e.pageX;
    tempY = e.pageY;
  }
  document.getElementById('alt').style.width="200px";
  document.getElementById('alt').innerHTML='<span class="redBold"><b><p style="margin-left:5px;margin-top:0px;margin-bottom:0px;">'+text+'</p></b></span>';
  document.getElementById('alt').style.left=tempX-50;
  document.getElementById('alt').style.top=tempY+20;
  document.getElementById('alt').style.visibility="visible";
  //setTimeout("hidealt();", 1500);
}

function hidealt(){
  document.getElementById('alt').style.visibility="hidden";
}
function turnoff(onoff){
  if(onoff == 2)
    document.getElementById('alt').style.display="none";
  else
    document.getElementById('alt').style.display='';
}