function popradio( contextPath ) {
	window.open(  contextPath + '/radio/radio.jsp','popup','top=0,left=0,width=349,height=253,location=0,menubar=0,resizable=0,scrollbars=no,status=0,toolbar=0');
}
function poptocador( contextPath ) {
	window.open(  contextPath + '/radio/tocador.jsp','popup','top=0,left=0,width=310,height=219,location=0,menubar=0,resizable=0,scrollbars=no,status=0,toolbar=0');
}
function popwallpaper( contextPath, wall ) {
	window.open(  contextPath + '/imagens/wallpapers/' + wall,'popup','top=0,left=0,width=320,height=240,location=0,menubar=0,resizable=0,scrollbars=no,status=0,toolbar=0');
}
function closelayer(){
		document.getElementById('radiolayer').style.display="none";
}

function fecharpremio(){
		document.getElementById('premio2008').style.display="none";
}


