function menu_goto( menuform )
{
ÊÊ// Generated by thesitewizard Navigation Menu Wizard 2.3.1
ÊÊ// Visit http://www.thesitewizard.com/ to get your own
ÊÊ// customized navigation menu FREE!
ÊÊvar baseurl = 'http://www.shootday.com/' ;
ÊÊselecteditem = menuform.url.selectedIndex ;
ÊÊnewurl = menuform.url.options[ selecteditem ].value ;
ÊÊif (newurl.length != 0) {
ÊÊÊÊlocation.href = baseurl + newurl ;
ÊÊ}
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="shootday.com/portfolio.html">portfolio / book / goods</option>' );
document.writeln( '<option value="shootday.com/interactive.html">interactive</option>' );
document.writeln( '<option value="shootday.com/print.html">print</option>' );
document.writeln( '<option value="shootday.com/email.html">email</option>' );
document.writeln( '<option value="shootday.com/other.html">other</option>' );
document.writeln( '<option value="shootday.com/news.html">news</option>' );
document.writeln( '<option value="shootday.com/resume.html">resumŽ / background check</option>' );
document.writeln( '<option value="shootday.com/osmosis.html">let's pray</option>' );
document.writeln( '<option value="shootday.com/about.html">about</option>' );
document.writeln( '<option value="shootday.com/contact.html">contact</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

