
// Change to domain name. Be sure you use a trailing / at end.
var host = "http://winprog.com/";

// Do Not Edit
var sep = "<img src='" + host + "images/separator.gif' alt=' | ' style='vertical-align:middle' />"
document.write(sep)

// **** INSTRUCTIONS ****
// Put your url in [url] and your menu item name in [item]. 
// Copy the line below, paste, remove comment // and edit.
// Do not edit any other area than the one in []'s.
//
// document.write("<a href='" + host + "[url]' class='menu'>[item]</a>" + sep)
// **** END INSTRUCTIONS ****


// EDIT: Add your menu items here.
document.write("<a href='" + host + "index.html' class='menu'>Home</a>" + sep)
document.write("<a href='" + host + "services.asp' class='menu'>Services</a>" + sep)
document.write("<a href='" + host + "request.html' class='menu'>Request Service</a>" + sep)
document.write("<a href='" + host + "faq.html' class='menu'>FAQ</a>" + sep)
document.write("<a href='" + host + "contact.html' class='menu'>Contact</a>" + sep)
