function forum_jump() { document.write('<FORM action="/zeroforum" method="GET">Forum Jump <SELECT CLASS="ts" NAME="id"  ONCHANGE="if (this.form.id.options[selectedIndex].value.length > 0) { this.form.submit(); }"><OPTION VALUE="" SELECTED>---</OPTION><OPTION VALUE="">Model Specific Forums &raquo;</OPTION><OPTION VALUE="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accord</OPTION> <OPTION VALUE="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CRX / EF Civic</OPTION> <OPTION VALUE="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EG+ Civic / Del Sol</OPTION> <OPTION VALUE="6">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Integra</OPTION> <OPTION VALUE="8">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Integra Type-R</OPTION> <OPTION VALUE="26">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Motorcycles</OPTION> <OPTION VALUE="43">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NSX</OPTION> <OPTION VALUE="17">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other Honda/Acura Models</OPTION> <OPTION VALUE="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prelude</OPTION> <OPTION VALUE="32">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RSX DC5 / Civic EP3</OPTION> <OPTION VALUE="5">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S2000</OPTION> <OPTION VALUE="46">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TSX</OPTION> <OPTION VALUE="">Technical Forums &raquo;</OPTION> <OPTION VALUE="44">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;All Motor</OPTION> <OPTION VALUE="27">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Audio / Security / Video</OPTION> <OPTION VALUE="36">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Drag Racing</OPTION> <OPTION VALUE="53">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Welding/Fabrication</OPTION> <OPTION VALUE="16">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forced Induction</OPTION> <OPTION VALUE="18">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hybrid</OPTION> <OPTION VALUE="19">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Road Racing/Autocross</OPTION> <OPTION VALUE="15">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tech</OPTION> <OPTION VALUE="">Sponsor Marketplace &raquo;</OPTION> <OPTION VALUE="49">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forced Induction</OPTION> <OPTION VALUE="47">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Miscellaneous and Appearance</OPTION> <OPTION VALUE="45">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performance</OPTION> <OPTION VALUE="48">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wheels, Tires, and Suspension</OPTION> <OPTION VALUE="">Honda-Tech Marketplace (No Trial Users Allowed) &raquo;</OPTION> <OPTION VALUE="10">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Classifieds</OPTION> <OPTION VALUE="39">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Classifieds: Forced Induction</OPTION> <OPTION VALUE="42">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vehicles for sale</OPTION> <OPTION VALUE="">Honda-Tech.com Forums (No Trial Users Allowed) &raquo;</OPTION> <OPTION VALUE="28">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appearance / Cosmetic</OPTION> <OPTION VALUE="41">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Events and Meets</OPTION> <OPTION VALUE="40">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General Discussion and Debate</OPTION> <OPTION VALUE="11">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kill Stories</OPTION> <OPTION VALUE="14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moderators Corner</OPTION> </SELECT></FORM>'); return; }

function show_menu() {
document.writeln('<a class="text" href="/zerouser?cmd=profile">My Profile</a> | <a class="text" href="/zerouser?cmd=memberlist">Member List</a> | <a class="text" href="http://iserve.honda-tech.com/" target="_blank">iServe</a> | <a class="text" href="/garage">Garage</a> | <a class="text" href="/zerosearch">Search</a><BR><BR>');
var user = r_c('zerouser');

if ((user == '') || (user == null)) {
    document.writeln('You are not logged in, <a class="text" href="/zerouser?cmd=login">Log in</a> | <a class="text" href="/zerouser?cmd=register">Register</a> ');
} else {
    document.writeln('You are logged in as <b>' + user + '</b>, <a class="text" href="/zerouser?cmd=logout">Log out</a> | <a class="text" href="/zerosearch?cmd=recenttopics">Recent Topics</a>');
}

}

function r_c (c_id) {
c_id = c_id + "=";
var c = document.cookie;
if (c.length > 0) {
b = c.indexOf(c_id);
if (b != -1) {        
b += c_id.length;
e = c.indexOf(";", b); 
if (e == -1) e = c.length;
return unescape(c.substring(b,e));        
} }
return null;
}

