<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

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



var color                = "000000"        // HEADER BACKGROUND COLOR
var flashheight                = "100"                // HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth                = "600"                // WIDTH OF THE FLASH (IN PIXELS)
var headerheight        = "100"                // OVERALL HEADER HEIGHT
var logoalign                = "left"        // ALIGN LOGO | left | right | center


var showimage                 = "yes"                 // SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink                = "http://www.reviveright.com/about.htm"        // SMALL IMAGE PAGE LINK


var botM                = "0"                // HEADER BOTTOM MARGIN
var topM                = "0"                // HEADER TOP MARGIN
var bordertop                = "FF0000"        // TOP BORDER COLOR
var borderbot                = "FF0000"        // BOTTOM BORDER COLOR
var borderthk                = "0"                // BORDER THICKNESS








// COPYRIGHT 2009 © 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%" bgcolor="#000000" style="background-color: #'+color+'; BORDER-TOP: #'+bordertop+' '+borderthk+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="'+logoalign+'" valign="top">');
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="transparent">');
document.write('<PARAM NAME=bgcolor VALUE="#'+color+'">');
document.write('<EMBED src="logo.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');

   if (showimage == "yes") {
document.write('</td><td align="center" width="100">');
document.write('<a href="'+imaglink+'"><img src="picts/full-revive-logo.bmp" border="0" class="headerborders"></a><br>');
}

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



//  End -->