

function Popup(apri,stile) {
        window.open(apri, "", stile);
     }
	 
function OpenMap(documento) {
	var altezza=document.body.clientHeight-70;
	var larghezza=document.body.clientWidth-100;
	
	if(documento!=''){
	 var src = documento;
	}else{
		var src = "mappa.asp";
	}
$.modal('<div style="background-image:url(gfx/icone/sfondoclose.jpg); height:30px; width:100%; text-align:right; z-index:100;"><a href="javascript:;" Onclick="javascript:$.modal.close();"><img src="gfx/close.png" border=0 style="cursor:pointer;"/></a>&nbsp;&nbsp;</div><iframe src="' + src + '" height="'+altezza+'" width="'+larghezza+'" FRAMEBORDER=0 SCROLLING=NO style="border:solid 0px  #FFFFFF; ">', {
	closeHTML:"CLOSE",
	containerCss:{
		padding:1,
		backgroundColor:"#fff",
		height:altezza+30,
		width:larghezza,
		overflow:"visible"
	},
	overlayClose:true,
	overlay:90,
	overlayCss: {
		backgroundColor:"#000",
		cursor: "pointer"
	}

});

	}
	
	
	
function OpenGal(documento) {
	var altezza=document.body.clientHeight;
	var larghezza=document.body.clientWidth;
	var src = documento;
	
	if (larghezza<980){
	 larghezza=970;
	}
	
LeftPosition = (screen.width) ? (screen.width-(larghezza))/2 : 0;
TopPosition = (screen.height) ? (screen.height-(altezza))/2 : 0;

/*	
$.modal('<div style="background-image:url(gfx/icone/sfondoclose.jpg); height:30px; width:100%; text-align:right; z-index:100;"><a href="javascript:;" Onclick="javascript:$.modal.close();"><img src="gfx/close.png" border=0 style="cursor:pointer;"/></a>&nbsp;&nbsp;</div><iframe src="' + src + '" height="'+altezza+'" width="'+larghezza+'" FRAMEBORDER=0 SCROLLING=NO style="border:solid 0px  #FFFFFF; ">', {
	closeHTML:"CLOSE",
	containerCss:{
		padding:1,
		backgroundColor:"#fff",
		height:altezza+30,
		width:larghezza,
		overflow:"visible"
	},
	overlayClose:true,
	overlay:90,
	overlayCss: {
		backgroundColor:"#000",
		cursor: "pointer"
	}

});*/

	window.open(src,'gal','height='+altezza +', width='+ larghezza + ',left='+LeftPosition + ', top:'+TopPosition+';' );

}
	
	
function OpenWIN(documento, altezza, larghezza) {
	var altezza=altezza;
	var larghezza=larghezza;
	
	if(documento!=''){
	 var src = documento;
	}else{
		var src = "mappa.asp";
	}
$.modal('<div style="background-image:url(gfx/icone/sfondoclose.jpg); height:30px; width:100%; text-align:right; z-index:100;"><a href="javascript:;" Onclick="javascript:$.modal.close();"><img src="gfx/close.png" border=0 style="cursor:pointer;"/></a>&nbsp;&nbsp;</div><iframe src="' + src + '" height="'+altezza+'" width="'+larghezza+'" FRAMEBORDER=0 SCROLLING=YES style="border:solid 0px  #FFFFFF; ">', {
	closeHTML:"CLOSE",
	containerCss:{
		padding:1,
		backgroundColor:"#fff",
		height:altezza+30,
		width:larghezza,
		overflow:"visible"
	},
	overlayClose:true,
	overlay:90,
	overlayCss: {
		backgroundColor:"#000",
		cursor: "pointer"
	}

});

	}