/* ================================================================ 
Developed and customized by: RLM Graphic Arts
Copyright (c) 2012 by RLM Graphic Arts - All Rights Reserved.
136 Manassas Dr, Manassas Park VA 20111 - www.rlmga.com
Customized for the Virginia Police Canine Association,
Used with permission from RLM Graphic Arts. 
=================================================================== */

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

var menu_side	="right"	// MENU LEFT, RIGHT OR CENTER

document.write('<table cellpadding="0" cellspacing="0" border="0" WIDTH="100%" background="/pics/menu-background.gif" bgcolor="#FFFFFF" class="printhide"><tr><td align="'+menu_side+'" class="menuoutline">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="/pics/spacer.gif" width="10" height="21"></a><br>');

// START LINK BUTTONS //

document.write('</td><td nowrap>');
document.write('<a href="http://www.vapolicek9.com/" class="menu">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="/irondog.html" class="menu"><font color="yellow"><b>IRON DOG</b></font></a>');

document.write('</td><td nowrap>');
document.write('<a href="/training.html" class="menu">Training Info</a>');

document.write('</td><td nowrap>');
document.write('<a href="/news.html" class="menu">News</a>');

document.write('</td><td nowrap>');
document.write('<a href="/library.html" class="menu">Forms & Files</a>');

document.write('</td><td nowrap>');
document.write('<a href="/k9korner.html" class="menu">K9 Korner</a>');

document.write('</td><td nowrap>');
document.write('<a href="/links.html" class="menu">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.thinbluelineparacordbraclet.com" target="_blank" class="menu">Survival Bracelets</a>');

document.write('</td><td nowrap>');
document.write('<a href="/officers.html" class="menu">Contact Us</a>');

document.write('</td><td nowrap>');
document.write('<a href="/donate.html" class="menu">Donate to VPCA</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://members.vapolicek9.com" target="_blank" class="menu">Members-Only Forum</a>');

// END LINK BUTTONS //


document.write('</td><td background="/pics/menu.gif">');
document.write('<img src="/pics/spacer.gif" width="10" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


