<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "105"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "72"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "no"		// SHOW THE 2nd  IMAGE
var showimages3		= "no"		// SHOW THE 3rd  IMAGE



   if (showimages1 == "yes") {
	   document.write('<img src="picts/Stethoscopesm.png" width="105" height="72" class="hover-border"   onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"><br>');
	   
}


   if (showimages2 == "yes") {
	   document.write('<img src="picts/binocctr.jpg" border="0" onmouseover="alert_msg(\'The Executive Search\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br>');
	   document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
	   document.write('<img src="picts/binocbot.jpg" border="0" onmouseover="alert_msg(\'Experience the Difference\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br>');
}	   // document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');






//  End -->