<!-- Begin

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



var menuside	="left"		// MENU ALIGN | left | center | right



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu-table"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="center">');



// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON


document.write('<a href="index.html" class="menu firstmenu">Home</a>');
document.write('</td><td align="center">');


document.write('<a href="computer.htm" class="menu">Computer Repair</a>');
document.write('</td><td align="center">');



document.write('<a href="graphics.htm" class="menu">Graphic Design</a>');
document.write('</td><td align="center">');


document.write('<a href="audio.htm" class="menu">Audio / Video</a>');
document.write('</td><td align="center">');


document.write('<a href="services.htm" class="menu">Cleaning and Painting</a>');
document.write('</td><td align="center">');



document.write('<a href="contact.htm" class="menu">Contact</a>');
document.write('</td><td align="center">');






document.write('</td></tr></table>');
document.write('</td></tr></table>');


//  End -->


// XML CHANGER VERSION 2.01.ul
// XML-UL CHANGER SUPPORT: - http://www.allwebco-templates.com/support/S_flash_image_changerXML-ADDON-UL.htm
// XML CHANGER 2 VARIABLES YOU CAN EDIT - ALSO EDIT THE image .xml file



// VARIABLES FOR THE XML IMAGE SET FILE

var xmlfilenameXMLUL	= "XML-Changer-UL/set1.xml"
var altflashcon		= "XML-Changer-UL/set1/image1.jpg"	// SHOW IN NON-FLASH BROWSERS


var showsflashUL	= "yes"		// SHOW FLASH & TESTING MODE
var widthUL		= "150"		// WIDTH OF THE FLASH
var heightUL		= "150"		// HEIGHT OF THE FLASH
var colorUL		= "FFFFFF"	// BACKGROUND COLOR
var flashmodeUL		= "transparent"	// FLASH WMODE | window | opaque | transparent |


var borderUL		= "000000"	  // BORDER COLOR
var borderULwidth	= "1"		  // BORDER WIDTH


// LOCATE WITH A DIV OPTIONS

var divlocateUL		= "no"		// yes OR no TO LOCATE THE CHANGER WITH A DIV
var divLRUL		= "left"	// SIDE TO LOCATE ON left OR right
var divXlocUL		= "10"		// PIXELS FROM EDGE
var divYlocUL		= "10"		// PIXELS FROM TOP OF PAGE




// COPYRIGHT 2011 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law
// YOU DO NOT NEED TO EDIT BELOW THIS LINE
// FLASH WITH DETECTION VER 3.0.ULXML

// SHOW THIS IF FLASH SOFTWARE IS NOT DETECTED

var alternateContent = '<img src="'+altflashcon+'" width="'+widthUL+'" height="'+heightUL+'" border="0"><br>';

   if (divlocateUL == "yes") {
document.write('<div id="XMLFlash" style="position:absolute; visibility:visible; '+divLRUL+': '+divXlocUL+'px; top: '+divYlocUL+'px; z-index:10;">');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="'+colorUL+'" style="background-color: #'+colorUL+'; border: #'+borderUL+' '+borderULwidth+'px solid;"><tr><td>');
   if (showsflashUL == "yes") {
// Version check based upon the values entered in "FLASH Globals" in FlashDetect.js
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
	AC_FL_RunContent(
				"src", "XML-Changer-UL/XML-ChangerUL.swf",
				"width", widthUL,
				"height", heightUL,
				"align", "center",
				"flashvars", "xmlfilen="+xmlfilenameXMLUL+"&Mflashwidth="+widthUL+"&Mflashheight="+heightUL,
				"id", "XML-ChangerUL",
				"quality", "high",
				"wmode", flashmodeUL,
				"bgcolor", "#"+colorUL,
				"name", "XML-ChangerUL",
				"allowScriptAccess","sameDomain",
				"type", "application/x-shockwave-flash",
				'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',
				"pluginspage", "http://www.adobe.com/go/getflashplayer"
	);
} else {  // flash is too old or we can't detect the plugin
document.write(alternateContent);  // insert non-flash content
}
}
else {
document.write(alternateContent);  // insert non-flash content
}
document.write('</td></tr></table>');
   if (divlocateUL == "yes") {
document.write('</div>');
}
// END XML UL FLASH CHANGER



//  End -->
