//
// fv06bts.js
// script used to include navigation bar in Pulver pages
//

//
// Remember that you can't have newlines in your variables
// text must be surrounded by apostrophes (')
// if you have an apostrophe in your variable, 
//  escape it by putting a backslash in front of it
//  like the below example...
//   var example = 'Patti\'s hair is so fun!';
//


///////////////////////////////////////////

var fv06bts =
'<!--<A HREF="index.html" onMouseover = "img_act(\'nav1\')" onMouseout = "img_inact(\'nav1\')"><IMG SRC="images/bt_welcome.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav1"></A><BR>--><!--<A HREF="brochure.html" onMouseover = "img_act(\'nav3\')" onMouseout = "img_inact(\'nav3\')"><IMG SRC="images/bt_brochure.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav3"></A><BR>--><!--<A HREF="speaking.html" onMouseover = "img_act(\'nav4\')" onMouseout = "img_inact(\'nav4\')"><IMG SRC="images/bt_speaking.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav4"></A><BR>--><!--<A HREF="speakers.html" onMouseover = "img_act(\'nav41\')" onMouseout = "img_inact(\'nav41\')"><IMG SRC="images/bt_speakers.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav41"></A><BR>--><A HREF="exhibit.html" onMouseover = "img_act(\'nav16\')" onMouseout = "img_inact(\'nav16\')"><IMG SRC="images/bt_exhibit.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav16"></A><BR><A HREF="http://registration.expoexchange.com/ShowCES071/" onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_register.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav2"></A><BR><!--<A HREF="schedule.html" onMouseover = "img_act(\'nav5\')" onMouseout = "img_inact(\'nav5\')"><IMG SRC="images/bt_schedule.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav5"></A><BR>--><A HREF="hotel.html" onMouseover = "img_act(\'nav9\')" onMouseout = "img_inact(\'nav9\')"><IMG SRC="images/bt_hotel.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav9"></A><BR><A HREF="sponsors.html" onMouseover = "img_act(\'nav6\')" onMouseout = "img_inact(\'nav6\')"><IMG SRC="images/bt_sponsors.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav6"></A><BR><A HREF="http://www.pulvermedia.com/calendar.php" onMouseover = "img_act(\'nav12\')" onMouseout = "img_inact(\'nav12\')"><IMG SRC="images/bt_events.gif" WIDTH="172" HEIGHT="30" BORDER="0" name="nav12"></A><BR>';

// Use this command if using the big block of text
document.write(fv06bts);


////////////////////////////////////////////


