<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "100"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "15"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st IMAGE
var showimages2		= "yes"		// SHOW THE 2nd IMAGE
var showimages3		= "yes"		// SHOW THE 3rd IMAGE
var showimages4		= "yes"		// SHOW THE 4th IMAGE
var showimages5		= "yes"		// SHOW THE 5th IMAGE
var showimages6		= "yes"		// SHOW THE 6th IMAGE
var showimages7		= "yes"		// SHOW THE 7th IMAGE
var showimages8		= "yes"		// SHOW THE 8th IMAGE
var showimages9		= "yes"		// SHOW THE 9th IMAGE




   if (showimages1 == "yes") {
document.write('<a href="http://www.gotfuzion.com/services-graphics.htm"><img src="images/GraphicsPrint_Buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages2 == "yes") {
document.write('<a href="http://www.gotfuzion.com/services-tshirts.htm"><img src="images/TShirt_Buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages3 == "yes") {
document.write('<a href="http://www.gotfuzion.com/services-signs.htm"><img src="images/Signs_Button_mini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages4 == "yes") {
document.write('<a href="http://www.gotfuzion.com/services-promo.htm"><img src="images/PromoProducts_Buttonmini.jpg"" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages5 == "yes") {
document.write('<a href="http://www.gotfuzion.com/services-web.htm"><img src="images/WebDesign_Buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages6 == "yes") {
document.write('<a href="http:///www.gotfuzion.com/videospokespersons/index.htm"><img src="images/TalkingHeads_Buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages7 == "yes") {
document.write('<a href="http://www.gotfuzion.com/reprographics/index.htm"><img src="images/ReproGraphics_Buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages8 == "yes") {
document.write('<a href="http://www.gotfuzion.com/services-fun.htm"><img src="images/FunTables_Buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}
   if (showimages9 == "yes") {
document.write('<a href="http://www.fuzionwallskinz.com"><img src="images/wallskin_buttonmini.jpg" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}




//  End -->