var input = "none";

function showmenu(input) {
document.write('<center><font color=white>Roderick (Roddy) Wahr</font></center><br />');  

if (input != "s3rdreammaker") { document.write('<a href=s3rdreammaker.html>Dreammaker</a>&nbsp; (1966)<br />');}
else { document.write('<font color=white><b>Dreammaker</b>&nbsp; (1966)</font><br />');}
if (input != "s3routofsight") { document.write('<a href=s3routofsight.html>Out of Sight</a>&nbsp; (1966)<br />');}
else { document.write('<font color=white><b>Out of Sight</b>&nbsp; (1966)</font><br />');}
if (input != "s3rillcome") { document.write('<a href=s3rillcome.html>I&acute;ll Come</a>&nbsp; (1967)<br />');}
else { document.write('<font color=white><b>I&acute;ll Come</b>&nbsp; (1967)</font><br />');}
if (input != "s3rlowdown") { document.write('<a href=s3rlowdown.html>Lowdown Feeling Blue</a>&nbsp; (1967)<br />');}
else { document.write('<font color=white><b>Lowdown Feeling Blue</b>&nbsp; (1967)</font><br />');}
if (input != "s3rHeyMarguerite") { document.write('<a href=s3rHeyMarguerite.html>Hey Marguerite</a>&nbsp; (2004)<br />');}
else { document.write('<font color=white><b>Hey Marguerite</b>&nbsp; (2004)</font><br />');}
if (input != "s3r4d") { document.write('<a href=s3r4d.html>4th Dimension</a>&nbsp;<br />');}
else { document.write('<font color=white><b>4th Dimension</b>&nbsp;</font><br />');}
if (input != "s3rbaby") { document.write('<a href=s3rbaby.html>Baby, baby I mmm... Want You</a>&nbsp;<br />');}
else { document.write('<font color=white><b>Baby, baby I mmm... Want You</b>&nbsp;</font><br />');}
if (input != "s3rhavetosay") { document.write('<a href=s3rhavetosay.html>IŽll Have To Say I Love You</a>&nbsp;<br />');}
else { document.write('<font color=white><b>IŽll Have To Say I Love You</b>&nbsp;</font><br />');}
if (input != "s3rmanymile") { document.write('<a href=s3rmanymile.html>Many A Mile</a>&nbsp;<br />');}
else { document.write('<font color=white><b>Many A Mile</b>&nbsp;</font><br />');}
if (input != "s3rfeelmylove") { document.write('<a href=s3rfeelmylove.html>To Make You Feel My Love</a><br />');}
else { document.write('<font color=white><b>To Make You Feel My Love</b></font><br />');}
if (input != "s3relegi") { document.write('<a href=s3relegi.html>Elegi Esok Pagi</a>&nbsp;<br />');}
else { document.write('<font color=white><b>Elegi Esok Pagi</b>&nbsp;</font><br />');}
if (input != "s3rcitacita") { document.write('<a href=s3rcitacita.html>Cita-cita Kecil Si Anak Desa</a><br />');}
else { document.write('<font color=white><b>Cita-cita Kecil Si Anak Desa</b></font><br />');}

document.write('<a href=1995oscarch-jbga.html>Your Cheating Heart / Johnny B. Goode</a> (live video clip)<br />');
document.write('<a href=1995oscarsnl-hmtna.html>Storms Never Last / Help Me Make It Through The Night</a> (live video clip)<br />');
document.write('<a href=1993amigoskemangroda.html>Achy Breaky Heart</a> (live video clip)<br /><br />');

document.write('<center><font color=white>Roderick&acute;s Songs Recorded by Others</font></center><br />');  

if (input != "s3rhmbaby") { document.write('<a href=s3rhmbaby.html>Baby</a>&nbsp;- The Honest Men<br />');}
else { document.write('<font color=white><b>Baby</b>&nbsp;- The Honest Men</font><br />');}

if (input != "s3rupsanddowns") { document.write('<a href=s3rupsanddowns.html>Ups and Downs</a>&nbsp;- The Eddysons<br />');}
else { document.write('<font color=white><b>Ups and Down</b>&nbsp;- The Eddysons</font><br />');}

if (input != "s3riprotecther") { document.write('<a href=s3riprotecther.html>I Protect Her From The Rain</a>&nbsp;- The Eddysons<br />');}
else { document.write('<font color=white><b>I Protect Her From The Rain</b>&nbsp;- The Eddysons</font><br />');}

if (input != "s3rlbdreammaker") { document.write('<a href=s3rlbdreammaker.html>Dreammaker</a>&nbsp;- Les Baroques<br />');}
else { document.write('<font color=white><b>Dreammaker</b>&nbsp;- Les Baroques</font><br />');}

};  








var fleft = 0;
var ftop = 0;

function jukebox(url,targetname,wide,high,mdirx,marginx,mdiry,marginy,menubar,toolbar,location,directories,status,scrollbars,resizable,copyhistory) {
	screenwidth = screen.width;
	screenheight = screen.height;

	if (mdirx == 1) fleft = marginy;
		else if (mdirx == 3) fleft = screenwidth - wide - marginx;
		else if (mdirx == 2) fleft = (screenwidth / 2) - (wide / 2);
		else if (mdirx == 0) fleft = marginx;
		else fleft = ""

	if (mdiry == 1) ftop = mdiry;
		else if (mdiry == 3) ftop = screenheight - high - marginy;
		else if (mdiry == 2) ftop = (screenheight / 2) - (high / 2);
		else if (mdiry == 0) ftop = marginy;
		else ftop = "";

	if (menubar == 0) {menubar=""} else {menubar="yes"};
	if (toolbar == 0) {toolbar=""} else {toolbar="yes"};
	if (location == 0) {location=""} else {location="yes"};
	if (directories == 0) {directories=""} else {directories="yes"};
	if (status == 0) {status=""} else {status="yes"};
	if (scrollbars == 0) {scrollbars=""} else {scrollbars="yes"};
	if (resizable == 0) {resizable=""} else {resizable="yes"};
	if (copyhistory == 0) {copyhistory=""} else {copyhistory="yes"};

	windowprops="width="+wide+
    ",height="+high+
    ",top="+ftop+
    ",left="+fleft+
	(menubar ?",menubar":"")+
	(scrollbars ?",scrollbars":"")+
	(location ?",location":"")+
	(directories ?",directories":"")+
	(resizable ?",resizable":"")+
	(status ?",status":"")+
	(toolbar ?",toolbar":"")+
	(copyhistory ?",copyhistory":"");

	window_object = window.open(url,targetname,windowprops);

	window_object.focus()
	}

