function popup(pUrl,pN,pW,pH) {
	window.open (pUrl,pN,'width='+pW+',height='+pH+'left=100,top=100,resizable=0,status=0,menubar=0,scrollbars=0');
}

function popupsc(pUrl,pN,pW,pH) {
	window.open (pUrl,pN,'width='+pW+',height='+pH+'left=100,top=100,resizable=0,status=0,menubar=0,scrollbars=1');
}

function galeriapop(uid) {
	urlw = "/galerias/index.php?uid="+uid;
	window.open(urlw,'pop'+uid,'width=540,height=500,left=100,top=20,resizable=0,status=0,menubar=0,scrollbars=0');
}

function goMenu(num) {
	switch (num) {  
		case 0 :  
			{ location.href = "index.php" }
			break;
		case 1 :  
			{ location.href = "editoria.php?edi_id=5&hot_id=24&resumo=0" }
			break;
		case 2 :  
			{ location.href = "materia.php?mat_id=6637" }
			break;
		case 3 :  
			{ location.href = "materia.php?mat_id=6624" }
			break;
		case 4 :  
			{ location.href = "materia.php?mat_id=6623" }
			break;								
		case 5 :  
			{ location.href = "materia.php?mat_id=6625" }
			break;								
		case 6 :  
			{ location.href = "materia.php?mat_id=6626" }
			break;								
		case 7 :  
			{ location.href = "materia.php?mat_id=6627" }
			break;	
		case 8 :  
			{ location.href = "materia.php?mat_id=6628" }
			break;
		case 9 :  
			{ location.href = "materia.php?mat_id=6613" }
			break;
		case 10 :  
			{ location.href = "materia.php?mat_id=6614" }
			break;
		case 11 :  
			{ location.href = "materia.php?mat_id=6620" }
			break;
		case 12 :  
			{ location.href = "materia.php?mat_id=6619" }
			break;
		case 13 :  
			{ location.href = "materia.php?mat_id=6617" }
			break;
		case 14 :  
			{ location.href = "materia.php?mat_id=6618" }
			break;	
		case 15 :  
			{ location.href = "materia.php?mat_id=6622" }
			break;	
		case 16 :  
			{ location.href = "materia.php?mat_id=6621" }
			break;																		
		case 17 :  
			{ location.href = "materia.php?mat_id=6615" }
			break;	
		case 18 :  
			{ location.href = "materia.php?mat_id=6616" }
			break;					
		default :
			{ location.href = "index.php" }
			break;
	}
}