
function popitup(url, width, height, scroll, resiz){
 referencia = window.open(url,'','scrollbars='+scroll+',menubar=no,height='+height+',width='+width+',resizable='+resiz+',toolbar=no,left=200,top=200,location=no,status=no');
	if (window.focus) {referencia.focus()}
	return false;
}


function loadingmsg(estado)
{
	$("#loading_").toggle(400);
/* if (estado == "off")
 {
  $("#loading_").fadeOut(1);
 }else   $("#loading_").fadeIn(1);*/
}
