// JavaScript Document
<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<br />Detailed discussion of fraud, including statutes and examples of crimes'
content[1]='<br />The general characteristics you might find in a profile of someone likely to commit fraud within an organization '
content[2]='<br />A comprehensive discussion of conflict of interest issues '
content[3]='<br />Overview of conflict of interest concerns in a government environment '
content[4]='<br />A discussion of investigating conflict of interest in the contract procurement process '
content[5]='<br /> IASB Opinion on the responsibility of government internal auditors '
content[6]='<br />A discussion of the characterisitcs and red flags of Pyramid Schemes'
content[7]='<br />Description and summary of Title 18, Sec 4 of the USCode'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->
