// JavaScript Document
AudioPlayer.setup("/js/audio-player/player.swf", {
width: 290,
initialvolume: 100,
transparentpagebg: "yes",
left: "000000",
lefticon: "FFFFFF"
});

function display_search_options(){
	document.getElementById('q').value = '';
	document.getElementById('search_options').style.display = 'block';
}

function hide_search_options(){
	document.getElementById('search_options').style.display = '';
	document.getElementById('q').focus();
}



function popitup(url) {
	newwindow=window.open(url,'name','height=620,width=820');
	if (window.focus) {newwindow.focus()}
	return false;
}
