//
// 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.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav1"></A><BR><A HREF="register.html" onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_register.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav2"></A><BR><A HREF="brochure.html" onMouseover = "img_act(\'nav3\')" onMouseout = "img_inact(\'nav3\')"><IMG SRC="images/bt_brochure.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav3"></A><BR><A HREF="schedule2.html" onMouseover = "img_act(\'nav11\')" onMouseout = "img_inact(\'nav11\')"><IMG SRC="images/bt_schedule.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav11"></A><BR><A HREF="speakers.html" onMouseover = "img_act(\'nav12\')" onMouseout = "img_inact(\'nav12\')"><IMG SRC="images/bt_speakers.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav12"></A><BR><A HREF="exhibit.html" onMouseover = "img_act(\'nav5\')" onMouseout = "img_inact(\'nav5\')"><IMG SRC="images/bt_exhibit.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav5"></A><BR><A HREF="hotel.html" onMouseover = "img_act(\'nav7\')" onMouseout = "img_inact(\'nav7\')"><IMG SRC="images/bt_hotel.jpg" WIDTH="184" HEIGHT="40" BORDER="0" name="nav7"></A>';

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


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


