<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES


var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<span class="printhide">');



document.write('<a href="ehr.htm"><img src="picts/front-pic7.jpg" border="0" onmouseover="alert_msg(\'Electronic Health Records\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="green_transformation.htm"><img src="picts/green-menu.jpg" border="0" onmouseover="alert_msg(\'Green Business\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="grc.htm"><img src="picts/front-pic4.jpg" border="0" onmouseover="alert_msg(\'Governance/Risk/Compliance\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



//document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



//document.write('<a href="gallery3.htm"><img src="picts/front-pic3.jpg" border="0" onmouseover="alert_msg(\'Info Mgmt/Process Improvement\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



//document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



//document.write('<a href="gallery4.htm"><img src="picts/front-pic3.jpg" border="0" onmouseover="alert_msg(\'Other Services\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');

document.write('</span>');
}



//  End -->
