<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		// SHOW THE SCROLLER
var scrollspacing	= "2"		// NUDGE SIDEBAR DOWN IN PIXELS
var bordercolor		= "666666"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "8"		// DATE X LOCATION
var dateY		= "56"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "right"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "5"		// SEARCH FORM X LOCATION
var searchY		= "212"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM
var search_text		= "000000"	// SEARCH TEXT COLOR


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Information Area:<br>')

document.write('<br></span><span class="sidebartext">')

document.write('<a href="http://www.utmb.edu/iutmb.asp">UTMB Home</a><br>')

document.write('<a href="http://www.utmb.edu/pathology/">UTMB Dept Pathology</a><br>')

document.write('<a href="http://www.utmb.edu/pathology/file.aspx?path=/pathology/pathology_clinical_services/">Pathology Clinical Services</a><br>')

document.write('<a href="http://www.utmb.edu/gme/">Graduate Medical Ed</a><br>')









document.write('<a href="contact.htm" class="sidelink">Contact Us</a><br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}
}





// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')

}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Quick Links:<br>')

document.write('<br></span><span class="sidebartext">')

document.write('<a href="http://www.cap.org/apps/cap.portal?_nfpb=true&cntvwrPtlt_actionOverride=%2Fportlets%2FcontentViewer%2Fshow&_windowLabel=cntvwrPtlt&cntvwrPtlt%7BactionForm.contentReference%7D=cancer_protocols%2Fprotocols_index.html&_state=maximized&_pageLabel=cntvwr">Cancer Protocols & Checklists</a><br>')

document.write('<a href="Fellowship Application.pdf">Fellowship Application</a><br>')

document.write('<a href="photo_of_the_month.htm">Photo of the Month</a><br>')

document.write('<a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?otool=txutgalib">PubMed Medline</a><br><br>')

document.write('<TABLE cellpadding="0" cellspacing="3" border="0" bgcolor="#F0F0F0"><tr><td colspan="2">')
document.write('<span style="color:blue">G</span><span style="color:red">o</span><span style="color:orange">o</span><span style="color:blue">g</span><span style="color:green">l</span><span style="color:red">e</span> Search<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="shadeform" style="width:125px"> <input type="submit" value="Go!" name="btnG"><br>')
document.write('</form>')
document.write('</td></tr></table>')



document.write('</span><br><br>')

document.write('<span class="sidebartitle">')

document.write('Intranet Links:<br>')

document.write('<br></span><span class="sidebartext">')

document.write('<a href="intranet_only_error_page.htm">UTMB Autopsy Division</a><br>')

document.write('<a href="intranet_only_error_page.htm">Exchange WebMail</a><br>')

document.write('<a href="intranet_only_error_page.htm">Histo Request Form</a><br>')

document.write('<a href="intranet_only_error_page.htm">Immuno Request Form</a><br>')

document.write('<a href="intranet_only_error_page.htm">Lab Survival Guide</a><br>')

document.write('<a href="intranet_only_error_page.htm">My UTMB</a><br>')

document.write('<a href="intranet_only_error_page.htm">Digital Slide Resource</a><br>')

document.write('</span><br><br>')






}
// END SIDEBAR AREA PARAGRAPH 2




// SEARCH FORM
   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;" class="printhide">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" style="color:#'+search_text+';">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
}






// -- END -->