// JavaScript Document
function poptocador( contextPath ) {
	window.open(  contextPath + '/audio/jingle.jsp','popup','top=0,left=0,width=300,height=60,location=0,menubar=0,resizable=0,scrollbars=no,status=0,toolbar=0');
}
function popvideo( contextPath ) {
	window.open(  contextPath + '/video/propaganda.jsp','popup','top=0,left=0,width=535,height=343,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');
}