//
// aeu06bts.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 aeu06bts =
'<IMG SRC="images/rec-updates.gif" WIDTH="172" HEIGHT="24" BORDER="0"><BR><font size="1">&nbsp;&nbsp;<input type="text" name="email" size="12" value="enter email">&nbsp;&nbsp;<input type="image" value="send" src="images/submit.gif"></form><a href="index.html"  onMouseover = "img_act(\'nav1\')" onMouseout = "img_inact(\'nav1\')"><IMG SRC="images/bt_welcome.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav1"></a><BR><a href="https://secure.pulver.com/europe2006/register.html"  onMouseover = "img_act(\'nav2\')" onMouseout = "img_inact(\'nav2\')"><IMG SRC="images/bt_register.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav2"></a><BR><a href="brochure.html"  onMouseover = "img_act(\'nav3\')" onMouseout = "img_inact(\'nav3\')"><IMG SRC="images/bt_brochure.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav3"></a><BR><!--<a href="agenda.html"  onMouseover = "img_act(\'nav4\')" onMouseout = "img_inact(\'nav4\')"><IMG SRC="images/bt_agenda.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav4"></a><BR>--><!--<a href="expo.html"  onMouseover = "img_act(\'nav51\')" onMouseout = "img_inact(\'nav51\')"><IMG SRC="images/bt_expo.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav51"></a><BR>--><a href="exhibit.html"  onMouseover = "img_act(\'nav5\')" onMouseout = "img_inact(\'nav5\')"><IMG SRC="images/bt_exhibit.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav5"></a><BR><!--<a href="speakers.html"  onMouseover = "img_act(\'nav12\')" onMouseout = "img_inact(\'nav12\')"><IMG SRC="images/bt_speakers.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav12"></a><BR>--><a href="speaking.html"  onMouseover = "img_act(\'nav11\')" onMouseout = "img_inact(\'nav11\')"><IMG SRC="images/bt_speaking.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav11"></a><BR><!--<a href="http://pressroom.pulvermedia.com/06VONeuro"  onMouseover = "img_act(\'nav14\')" onMouseout = "img_inact(\'nav14\')"><IMG SRC="images/bt_pressroom.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav14"></a><BR>--><a href="sponsors.html"  onMouseover = "img_act(\'nav6\')" onMouseout = "img_inact(\'nav6\')"><IMG SRC="images/bt_sponsors.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav6"></a><BR><a href="hotel.html"  onMouseover = "img_act(\'nav7\')" onMouseout = "img_inact(\'nav7\')"><IMG SRC="images/bt_hotel.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav7"></a><BR><a href="press.html"  onMouseover = "img_act(\'nav27\')" onMouseout = "img_inact(\'nav27\')"><IMG SRC="images/bt_press.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav27"></a><BR><a href="http://www.von.com/springeurope06/"  onMouseover = "img_act(\'nav9\')" onMouseout = "img_inact(\'nav9\')"><IMG SRC="images/bt_05wrap.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav9"></a><BR><a href="http://www.pulvermedia.com/calendar.php"  onMouseover = "img_act(\'nav8\')" onMouseout = "img_inact(\'nav8\')"><IMG SRC="images/bt_events.gif" WIDTH="171" HEIGHT="30" BORDER="0" name="nav8"></a><BR>';

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


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


