function setMsg(msg){
window.status=msg
return true
}

function openPlugin()
{		
var dir="ram";			

	if(document.getElementById("song").selectedIndex == "0") pick="august-2009-solo-take-01";
	if(document.getElementById("song").selectedIndex == "1") pick="cruisin";
	if(document.getElementById("song").selectedIndex == "2") pick="abstract";
	if(document.getElementById("song").selectedIndex == "3") pick="street";						
	if(document.getElementById("song").selectedIndex == "4") pick="wind";							
	if(document.getElementById("song").selectedIndex == "5") pick="wind2";
	if(document.getElementById("song").selectedIndex == "6") pick="halfway";
 window.self.location="http://www.kevinackerman.com/ram/" +pick+ ".ram";	}
