<!--Modificato da Antonio: 11/2006 -->

var finestre = new Array();


function apri_room( room ){
	var variabile = 'room.php?g='+room;
	var nome = 'room_'+room;
	window.open (variabile, nome, "top=10, left=10, height=600, width=700, scrollbars=0, resizable=0, status=1, menubar=0, toolbar=0, titlebar=no, location=0")


}

function openWindow( url ){
    window.open(url, 'finestra', 'height=600, width=600, toolbar=0, statusbar=0, scrollbar=0, left=200, top=50');

}

function openWindow_esempio( url ){
	window.open(url, 'finestra', 'height=600, width=500, toolbar=0, statusbar=0, scrollbar=0, left=200, top=50');
}



function Chat( utente , gruppo ){
	var variabile = 'chat.php?d='+utente+'&g='+gruppo;
	window.open (variabile, 'chat_window', "top=10, left=10, height=600, width=700, scrollbars=0, resizable=0, status=1, menubar=0, toolbar=0, titlebar=no, location=0")

}
function Chatm( gruppo ){
    window.open ('chat_loov.php?gruppo='+gruppo, 'newm_'+gruppo, "top=10, left=10, height=550, width=600, scrollbars=0, resizable=0, status=0, menubar=0, toolbar=0, titlebar=0")
}


function HelpOpen(pagina){
    msg = window.open(pagina, 'Help','top=120, left=120, height=300, width=400, toolbar=0, status=0, scrollbar=0');
	
}

function OpenFoto(url, width, height){

	width = width + 20;
	height = height + 20;
    window.open(url, 'galleria', 'height='+height+', width='+width+', toolbar=0, statusbar=0, scrollbar=0, left=200, top=50');
}