function IrA(url){
	location = url;
}

function Ampliar(url, w){
	if (!(w == null)) url+= "&w="+w;
	window.open(url, "imagen", "top=100, left=150, width=404, height=304, toolbar=no, status=no, menubar=no, resize=no");
}

function MostrarAusp(URL, IdFormato){
	if (IdFormato == 1) window.open(URL, "ausp", "top=50, left=50, width=630, height=400, toolbar=no, menubar=no, resize=no");
}
