//
// cspbts.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 cspbts =
'<P><A HREF="index.html" onMouseover = "img_act(\'nav1\')" onMouseout = "img_inact(\'nav1\')"><IMG SRC="images/bt_welcome.gif" WIDTH="198" HEIGHT="30" BORDER="0" name="nav1"></A><A HREF="brochure.html" onMouseover = "img_act(\'nav3\')" onMouseout = "img_inact(\'nav3\')"><IMG SRC="images/bt_brochure.gif" WIDTH="198" HEIGHT="30" BORDER="0" name="nav3"></A><A HREF="register.html" onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_register.gif" WIDTH="198" HEIGHT="30" BORDER="0" name="nav2"></A><A HREF="schedule.html" onMouseover = "img_act(\'nav5\')" onMouseout = "img_inact(\'nav5\')"><IMG SRC="images/bt_schedule.gif" WIDTH="198" HEIGHT="30" BORDER="0" name="nav5"></A><A HREF="hotel.html" onMouseover = "img_act(\'nav9\')" onMouseout = "img_inact(\'nav9\')"><IMG SRC="images/bt_hotel.gif" WIDTH="198" HEIGHT="30" BORDER="0" name="nav9"></A><A HREF="http://www.pulvermedia.com/calendar.php" onMouseover = "img_act(\'nav12\')" onMouseout = "img_inact(\'nav12\')"><IMG SRC="images/bt_events.gif" WIDTH="198" HEIGHT="30" BORDER="0" name="nav12"></A><P><IMG SRC="images/sponsors/oursponsors.gif" WIDTH="198" HEIGHT="27" BORDER="0"><CENTER><A HREF="http://www.avaya.com/" target="_blank"><IMG SRC="images/sponsors/sp_avaya.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.compunetix.com/ix/index.html" target="_blank"><IMG SRC="images/sponsors/sp_compunetix.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.convedia.com/" target="_blank"><IMG SRC="images/sponsors/sp_convedia.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.pactolus.com/" target="_blank"><IMG SRC="images/sponsors/sp_pactolus.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.polycom.com/" target="_blank"><IMG SRC="images/sponsors/sp_polycom.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.ubiquitysoftware.com/home.php" target="_blank"><IMG SRC="images/sponsors/sp_ubiquity.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.vapps.com/" target="_blank"><IMG SRC="images/sponsors/sp_vapps.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><BR><A HREF="http://www.webdialogs.com/" target="_blank"><IMG SRC="images/sponsors/sp_webdialogs.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A><IMG SRC="images/sponsors/underspons.gif" WIDTH="198" HEIGHT="27" BORDER="0">';

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


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


