/* NAVs */
function jumpMenu(ax,id){
  window.open('/bcknd/admin/modules/category.php?ax='+ ax.options[ax.selectedIndex].value +'&id='+ id +'', 'admin', 'width=300,height=400,resizable=no,scrollbars=no,status=no');
  ax.selectedIndex=0;
}
/* PPPs */
function CntrWndw(page,name,w,h,scrll,rszble,lctn){
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings =
	'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrll+',resizable='+rszble+',location='+lctn+''
	nwin = window.open(page,name,settings);
	return nwin;
}
function prntpdt() {
	opener.location.reload();
}
function clsnpdt() {
	opener.location.reload();
	window.close();
}
/* DIVs */
function DvSwtch(dv1,dv2) {
	DvSwtchr(dv2);
	DvSwtchr(dv1)
}
function DvSwtchr(dv) {	
	var elem,vis;
	if(document.getElementById)
	elem = document.getElementById(dv);  
	else if(document.all)
	  elem = document.all[dv];  
	else if( document.layers)
	  elem = document.layers[dv];  
	vis = elem.style;
	if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
		vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
	vis.display = (vis.display==''||vis.display=='block')?'none':'block';
}
/* TXTs */
function ChngTxt(id,txt){
	document.getElementById(id).innerHTML = txt;
}
/* CUSTOMIZED */
var msg="- astrologia.com.co -\nCopyright © 2008-2010\nProhibida su reproducci\363n total o parcial sin autorizaci\363n explic\355ta del autor. Todos los derechos reservados.";
function clickIE4(msg){
	if (event.button==2){
		alert(msg);
		return false;
	}
}
function clickNS4(e,msg){
	if (document.layers||document.getElementById&&!document.all){
		if (e.which==2||e.which==3){
			alert(msg);
			return false;
		}
	}
}
