function JumpToIt(frm) {
    var newPage = frm.url.options[frm.url.selectedIndex].value
    if (newPage != "None") {
        location.href=newPage
    }
}

function AudioSelection() {

var MUS = eval(document.audio.song1.value)

if (MUS==0) 
	   {
	alert("Please select an audio clip and click the Play button")
	   }

else if (MUS==1) {
	window.open('music/The Way You Look Tonight - clip.mp3');
	   }

else if (MUS==2) {
	window.open('music/The Girl From Ipanema - clip.mp3')
	   }

else if (MUS==3) {
	window.open('music/Sentimental Journey - clip.mp3')
	   }

else if (MUS==4) {
	window.open('music/What Is This Thing Called Love - clip.mp3')
	   }

else if (MUS==5) {
	window.open('music/Fly Me To The Moon - clip.mp3')
	   }

else if (MUS==6) {
	window.open('music/My Romance - clip.mp3')
	   }

}

function VideoSelection() {

var VID = eval(document.video.song.value)

if (VID==0) 
	   {
	alert("Please select a video clip and click the Play button")
	   }

else if (VID==1) {
	window.open('BeingHere.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no");
	   }

else if (VID==2) {
	window.open('AllorNothing.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==3) {
	window.open('DeedIDo.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==4) {
	window.open('Temptation.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==5) {
	window.open('ErrandGirl.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==6) {
	window.open('AsTime.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==7) {
	window.open('Everyday.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==8) {
	window.open('LOVE.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==9) {
	window.open('LookofLove.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }

else if (VID==10) {
	window.open('DontKnowWhy.html',null,"height=420,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no")
	   }
}

