/*********************************************

JavaScript Code
Written by Brendan Parker - Created By Us
10/01/2008

Preloads rollover images

*********************************************/


document.write("<a href=\"index.php\" onmouseover=\"image1.src='buttons/button01_over.gif';\"");
document.write("onmouseout=\"image1.src='buttons/button01.gif';\">");
document.write("<img name=\"image1\" src=\"buttons/button01.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=studio\" onmouseover=\"image2.src='buttons/button02_over.gif';\"");
document.write("onmouseout=\"image2.src='buttons/button02.gif';\">");
document.write("<img name=\"image2\" src=\"buttons/button02.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=parties\" onmouseover=\"image3.src='buttons/button03_over.gif';\"");
document.write("onmouseout=\"image3.src='buttons/button03.gif';\">");
document.write("<img name=\"image3\" src=\"buttons/button03.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=brides\" onmouseover=\"image4.src='buttons/button04_over.gif';\"");
document.write("onmouseout=\"image4.src='buttons/button04.gif';\">");
document.write("<img name=\"image4\" src=\"buttons/button04.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

/*
document.write("<a href=\"index.php?loc=coffeebar\" onmouseover=\"image5.src='buttons/button05_over.gif';\"");
document.write("onmouseout=\"image5.src='buttons/button05.gif';\">");
document.write("<img name=\"image5\" src=\"buttons/button05.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");
*/

document.write("<a href=\"index.php?loc=calendar\" onmouseover=\"image6.src='buttons/button06_over.gif';\"");
document.write("onmouseout=\"image6.src='buttons/button06.gif';\">");
document.write("<img name=\"image6\" src=\"buttons/button06.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=events\" onmouseover=\"image7.src='buttons/button07_over.gif';\"");
document.write("onmouseout=\"image7.src='buttons/button07.gif';\">");
document.write("<img name=\"image7\" src=\"buttons/button07.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=gifts\" onmouseover=\"image8.src='buttons/button08_over.gif';\"");
document.write("onmouseout=\"image8.src='buttons/button08.gif';\">");
document.write("<img name=\"image8\" src=\"buttons/button08.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=gallery\" onmouseover=\"image10.src='buttons/button10_over.gif';\"");
document.write("onmouseout=\"image10.src='buttons/button10.gif';\">");
document.write("<img name=\"image10\" src=\"buttons/button10.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

document.write("<a href=\"index.php?loc=contact\" onmouseover=\"image9.src='buttons/button09_over.gif';\"");
document.write("onmouseout=\"image9.src='buttons/button09.gif';\">");
document.write("<img name=\"image9\" src=\"buttons/button09.gif\" border=\"0\" style=\"margin-top:2px;\"></a><br />");

