<!-- Begin OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES

// USE lowercase FOR OPTIONS



var flashwidth		= "750"			// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "60"			// HEIGHT OF THE FLASH (IN PIXELS)
var headerheight	= "60"			// TOTAL HEADER HEIGHT
var flashmode		= "transparent"		// FLASH WMODE | window | opaque | transparent |
var flashcolor		= "7D7D7F"		// BACKGROUND COLOR (EDIT IN CSS FILEs)
var alignside		= "left"		// ALIGN LOGO | left | right | center |



// MOBILE BROWSER DETECTION IMAGE CHANGER
// COPYRIGHT 2011 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+alignside+'" valign="middle" height="'+headerheight+'" bgcolor="#'+flashcolor+'" class="printhide">');
// MOBILE IPOD IPHONE IPAD DETECTION
if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) 
{ 
document.write('<img src="picts/logo.jpg" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
else { 
if 
((navigator.userAgent.indexOf('MSIE') != -1) || 
(navigator.userAgent.indexOf('Firefox') != -1) || 
(navigator.userAgent.indexOf('Chrome') != -1) || 
(navigator.userAgent.indexOf('Safari') != -1) || 
(navigator.userAgent.indexOf('Netscape') != -1) || 
(navigator.userAgent.indexOf('Opera') != -1)) 
{ 
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="logo">');
document.write('<PARAM NAME="movie" VALUE="logo.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<param name="wmode" value="'+flashmode+'">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="logo.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
 }
else {
document.write('<img src="picts/logo.jpg" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
}
document.write('</td></tr></table>');



//  End -->
