/* ================================================================ 
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. 
=================================================================== */

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var color		= "141424"	// HEADER BACKGROUND COLOR
var flashheight		= "62"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH
var stripeheight	= "28"		// HEIGHT OF THE STRIPE


// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td align="left">');

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" height="'+flashheight+'" id="vpca-intro" align="">');
document.write('<param name="movie" value="vpca-intro.swf">');
document.write('<param name="quality" value="high"> <param name="bgcolor" value=#'+color+'>');
document.write('<embed src="/vpca-intro.swf" quality="high" bgcolor=#'+color+'  width="'+flashwidth+'" height="'+flashheight+'" name="logo" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object><br>');

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

   if (stripes == "yes") {
document.write('<span class="printhide">');
document.write('<img src="/pics/stretchbar.jpg" width="100%" height="'+stripeheight+'"><br>');
document.write('</span>');
}


