/**
 * @author Rodolfo Terra
 */

function popUp(pURL,nWidth, nHeight){
	window.open(pURL,'pop','width='+nWidth+',height='+nHeight+', scrollbars=yes');
	void(0);
}

function getFlashMovie(movieName) {
 	var isIE = navigator.appName.indexOf("Microsoft") != -1;   return (isIE) ? window[movieName] : document[movieName];
}

function imprimeRegulamento() {
	window.print();
}