// 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 />Certified internal auditor and certified information systems auditor Dan Swanson explains the difference between business risk and audit risk. '
content[1]='<br />Statement of Responsibilities of Internal Auditing. An overview of professional objectives and duties.'
content[2]='<br />How professional internal audit standards define the practice of internal auditing, and a discussion of whether The Standards are still relevent '
content[3]='<br />A sample internal audit department charter based upon the 1999 definition of Internal Auditing and the COSO framework. '
content[4]='<br />Under the auspices of The Institute of Internal Auditors Research Foundation, a research team set out to discover and define a competency framework for internal auditing. Their research was constructed to incorporate a global perspective, a future perspective, a best practices perspective, and a competency perspective.'
content[5]='<br />Those making this decision should do so from an informed basis when defining the nature, philosophy and professional standards for the audit department.'
content[6]='<br />A discussion of how changes in the IIA Standards impact internal auditor independence and objectivity '
content[7]='<br />A discussion of how internal audit consulting activities affect auditor independence'
content[8]='<br />Background on COSO and Internal Control - Integrated Framework'
content[9]='<br />Compares The SPPIA to COSO'
content[10]='<br />An Overview of COSO concepts and how they can be applied to internal auditing'
content[11]='<br />A descriptive process for conducting COSO Based Audits '
content[12]='<br />Many internal auditors find traditional audit methods too outdated for assessing modern internal controls. An audit approach based on the tenets of COSO may fill the void.'
content[13]='<br />A discussion of materiality and reportable conditions from the manager\'s perspective; and suggested guidelines for internal auditors to use in forming opinions about the adequacy and effectiveness of control systems.'
content[14]='<br />This document is meant to assist management with the audit report. Hopefully it provides food for thought, a document which assists you in clarifying your own thoughts. '
content[15]='<br />A discussion of the role of ethics in organizations changing as a result of TQM, re-invention, etc. This article focuses on the human side of the equation.'

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


//-->

