var splashWin;
function openIT(canal,fotoPat) {

	var url
	if(navigator.userAgent.indexOf('Mac') != -1){
		url='/ogasuna/includes/aviso.asp';
		W=screen.availWidth - 350;
		H=screen.availHeight - 250;
	}else{
	if (document.all) {//Explorer
		url='/ogasuna/includes/aviso.asp';
		W=screen.availWidth - 350;
		H=screen.availHeight - 250;
	}
	else {//Netscape
		url='/ogasuna/includes/aviso.asp';
		W=screen.availWidth - 350;
		H=screen.availHeight - 250;
	} }
	theURL=url
	wname ="banner"
	windowCERRARa 		= "/ogasuna/images/imgTransparente.gif"
	windowCERRARd 		= "/ogasuna/images/imgTransparente.gif"
	windowCERRARo 		= "/ogasuna/images/imgTransparente.gif"
	windowNONEgrf 		= "/ogasuna/images/imgTransparente.gif"
	windowCLOCK			= "/ogasuna/images/imgTransparente.gif"
	windowREALtit		= " Oharra/Nota"
	var windowTIT 	    	= "<td > "
	windowTIT=windowTIT + "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" valign=\"top\" width=\"100%\">"
	windowTIT=windowTIT + "<tr>"
	windowTIT=windowTIT + "<td>"
	//windowTIT=windowTIT + "<img src=\"aviso/images/imgTitulo.gif\" width=\"250\" height=\"24\" usemap=\"#Mapa\" border=\"0\"></td>"
	windowTIT=windowTIT + "</td>"
	windowTIT=windowTIT + "</tr></table></td>"
	windowBORDERCOLOR   	= "#FFFFFF" //"#E7E7EF"
	windowBORDERCOLORsel	= "#FFFFFF" //"#999999"
	windowTITBGCOLOR    	= "#FFFFFF" //"#E7E7EF"
	windowTITBGCOLORsel 	= "#FFFFFF" //"#333333"
	openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
