<!-- 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		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "85"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "4"		// 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('<a href="power5.html" title="Festive offer"><img src="images/5usd.jpg" border="0" onmouseover="alert_msg(\'$5 webhosting, click for more info\')" onmouseout="away()" class="borders"></a><br>');


document.write('<img src="picts/front-pic1.jpg" border="0" onmouseover="alert_msg(\'Consultancy\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<img src="picts/front-pic2.jpg" border="0" onmouseover="alert_msg(\'Import / Export\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<img src="picts/front-pic3.jpg" border="0" onmouseover="alert_msg(\'Manufacturing\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"><br>');

}



//  End -->