function nextm(show,hide) {
	var tid = document.getElementById(show);
	tid.style.display = '';
	var tid = document.getElementById(hide);
	tid.style.display = 'none';
}
<!--
function mOvr(src,clrOver) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = clrOver;
	}
}
function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		src.bgColor = clrIn;
	}
}
function mClk(src) {
	if (event.srcElement.tagName=='TD'){
		src.children.tags('A')[0].click();
	}
}
function GP_popupConfirmMsg(msg) { //v1.0
	document.MM_returnValue = confirm(msg);
}
function changeCursor(obj) {
	obj.style.cursor = 'hand';
	return true;
}

function switchDiv(obj) {
	var tid = document.getElementById(obj);
	tid.style.display = (tid.style.display == 'none') ? '' : 'none';
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='./imgprev.php?imagen="+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex = 0;
}
function MM_jumpMenu1(targ,selObj,restore){ //v3.0
	eval(targ+".location='./imgprev.php?type=icon&imagen="+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
function videoP() {
MM_openBrWindow('http://www.scpl.coop/index.php?page=canal9','','width=370,height=500');

}

function confirmar(url) {
	var is_confirmed = confirm('Realmente desea borrar el Documento?');
	if (is_confirmed) {
		location = url;
		return true;
	}
}




//-->

