function openWin(URL,Name,W,H,S) 
	{
    newWin = window.open(URL,Name,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+S+",resizable=0,width="+W+",height="+H);
    newWin.focus();
	}

function showL(ID)
	{
    document.getElementById(ID).style.display = 'block'
	document.getElementById(ID).style.visibility = 'visible';
	}

function hideL(ID)
	{
    document.getElementById(ID).style.display = 'none'
	document.getElementById(ID).style.visibility = 'hidden';
	}

function player()
	{
	document.write('	<obj'+'ect type="application/x-shockwave-flash" data="/m/audio-player/player.swf" id="audioplayer1" height="20" width="242">');
	}
	

