//
// execs06bts.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 execs06bts =
'<A HREF="index.html" onMouseover = "img_act(\'nav1\')" onMouseout = "img_inact(\'nav1\')"><IMG SRC="images/bt_welcome.gif" WIDTH="193" HEIGHT="25" 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="193" HEIGHT="25" 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="193" HEIGHT="25" BORDER="0" name="nav4"></A><BR>--><!--<A HREF="exhibit.html" onMouseover = "img_act(\'nav16\')" onMouseout = "img_inact(\'nav16\')"><IMG SRC="images/bt_exhibit.gif" WIDTH="193" HEIGHT="25" BORDER="0" name="nav16"></A><BR>--><A HREF="https://secure.pulver.com/execsummit06/register.html" onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_register.gif" WIDTH="193" HEIGHT="25" 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="193" HEIGHT="25" 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="193" HEIGHT="25" BORDER="0" name="nav9"></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="193" HEIGHT="25" BORDER="0" name="nav12"></A><BR>';

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


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


