//preload onmouseout images for javascript menu

image1 = new Image();
image1.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/comicON.jpg";
image2 = new Image();
image2.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/artON.jpg";
image3 = new Image();
image3.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/galleryON.jpg";
image4 = new Image();
image4.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/castON.jpg";
image5 = new Image();
image5.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/donateON.jpg";
image6 = new Image();
image6.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/forumON.jpg";
image7 = new Image();
image7.src = "http://www.vagabondlords.com/mainmenu/mainmenugreen/contactON.jpg";
 


//begin menu



document.write("<table border='0' cellpadding='0' cellspacing='0' align='center'>");
document.write("<tr>");
document.write("<td align='center'>");


document.write("<a href='http://www.vagabondlords.com/comics.php' ");
document.write("OnMouseOver='comic.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/comicON.jpg\"' "); 
document.write("OnMouseOut='comic.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/comicOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/comicOFF.jpg' NAME='comic' ALT='Comic' width='106' height='30'></a>");

document.write("<a href='http://www.vagabondlords.com/artwork.php' ");
document.write("OnMouseOver='art.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/artON.jpg\"' ");
document.write("OnMouseOut='art.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/artOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/artOFF.jpg' NAME= 'art' ALT='Art' width='108' height='30'></a>");

document.write("<a href='http://www.vagabondlords.com/gallery.php' ");
document.write("OnMouseOver='gallery.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/galleryON.jpg\"' ");
document.write("OnMouseOut='gallery.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/galleryOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/galleryOFF.jpg' NAME= 'gallery' ALT='Gallery' width='106' height='30'></a>");

document.write("<a href='http://www.vagabondlords.com/cast.php' ");
document.write("OnMouseOver='cast.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/castON.jpg\"' ");
document.write("OnMouseOut='cast.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/castOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/castOFF.jpg' NAME= 'cast' ALT='Cast' width='108' height='30'></a>");

document.write("<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=donations%40vagabondlords%2ecom&item_name=Vagabond%20Lords&item_number=Donation&no_shipping=1&return=http%3a%2f%2fwww%2evagabondlords%2ecom%2fdonationmade%2ephp&cancel_return=http%3a%2f%2fwww%2evagabondlords%2ecom%2fdonationcancelled%2ephp&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8' ");
document.write("OnMouseOver='donate.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/donateON.jpg\"' ");
document.write("OnMouseOut='donate.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/donateOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/donateOFF.jpg' NAME= 'donate' //ALT='Help pay server costs - Donate with PayPal' width='107' height='30'></a>");

document.write("<a href='http://www.vagabondlords.com/forum/index.php' ");
document.write("OnMouseOver='forum.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/forumON.jpg\"' ");
document.write("OnMouseOut='forum.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/forumOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/forumOFF.jpg' NAME= 'forum' //ALT='forum' width='109' height='30'></a>");

document.write("<a href='http://www.vagabondlords.com/contact.php' ");
document.write("OnMouseOver='contact.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/contactON.jpg\"' ");
document.write("OnMouseOut='contact.src=\"http://www.vagabondlords.com/mainmenu/mainmenugreen/contactOFF.jpg\"' ");
document.write("target='_top'><img border='0' src='http://www.vagabondlords.com/mainmenu/mainmenugreen/contactOFF.jpg' NAME= 'contact' ALT='Contact' width='106' height='30'></a>");


document.write("</td>");
document.write("</tr>");
document.write("</table>");



//end html header
