<!-- 

function jump(){
	if (document.anywhere.artistname.options[document.anywhere.artistname.selectedIndex].value !="none"){
		location=document.anywhere.artistname.options[document.anywhere.artistname.selectedIndex].value;
	}
}

function writenav(){
document.write ("<br>");
document.write ("<form name=\"anywhere\">");
document.write ("  <p><select name=\"artistname\" onchange=\"jump()\" size=\"1\">");
document.write ("    <option value=\"Select Artists Name\">Select Artists Name<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/ali.htm\">Ali, Muhammad<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/bennett.htm\">Bennett, Tony<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/other.htm#Johnny cash\">Cash, Johnny<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/other.htm#James Dean\">Dean, James<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/diller.htm\">Diller, Phyllis<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/hendrix.htm\">Hendrix, Jimi<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/hirschfeld.htm\">Hirschfeld, Al<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/lennon.htm\">Lennon, John<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/maher.htm\">Maher, Bill<\/option>");
document.write ("    <option value=\"http://www.mccartneyart.com/\">McCartney, Paul<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/misc_actors.htm\">Misc Actors<\/option>");
document.write ("    <option value=\"http://www.ringostarrart.com/index.htm\">Starr, Ringo<\/option>");
document.write ("    <option value=\"http://www.artcelebs.com/sutcliffe.htm\">Sutcliffe, Stuart<\/option>");

document.write ("  </select></p>");
document.write ("</form>");

document.write ("<br>");
document.write ("<p><font color=\"#000000\"><h4><img src=\"Blue_ArrowB190.gif\" width=\"15\" height=\"12\"><a href=\"company_information.htm\" target=\"_top\">Company Information</a><br>");

document.write ("<br>");
document.write ("<br>");

document.write ("<p><img src=\"Gifs/mastercard_small1.jpg\" alt=\"mastercard_small.JPG\" WIDTH=\"39\" HEIGHT=\"24\"><img src=\"Gifs/visa_small1.jpg\" alt=\"visa_small.jpg\" WIDTH=\"38\" HEIGHT=\"24\"><img src=\"Gifs/american_express_small.JPG\" alt=\"american_express_small.jpg\" WIDTH=\"37\" HEIGHT=\"24\"><img src=\"Gifs/discover_small1.jpg\" alt=\"discover_small.jpg\" WIDTH=\"38\" HEIGHT=\"24\"><br>");
document.write ("<br>");

document.write ("<br>");
document.write ("<h4><font color=\"#000000\"><img src=\"Blue_ArrowB190.gif\" width=\"15\" height=\"12\"><strong><a href=\"index.htm\" TARGET=\"_top\">Home</a><br> </strong></font></h4>");

}


//-->
