

function oggi(){
dayName = new Array("", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica")
monName = new Array("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre")
now = new Date();
return dayName[now.getDay()]+" "+now.getDate()+" "+monName[now.getMonth()]+" "+now.getFullYear();
}

function roll_css_over(nome){
			if (document.layers) {
				myBox=document.layers[nome];	 
				myBox.color='#FFA500';
			}
      else if (document.all && !document.getElementById) {
				myBox=nome; 
				leftpos=parseInt(myBox.style.left);
				leftpos++;
				myBox.style.color='#FFA500';
			}
      else if (document.getElementById && document.body.style) {
				divel=document.getElementById(nome);
				leftpos=parseInt(divel.style.left);
				leftpos++;
				divel.style.color='#FFA500';
			}
		} 


function roll_css_out(nome){
			if (document.layers) {
				myBox=document.layers[nome];	 
				myBox.color='#000000';
			}
      else if (document.all && !document.getElementById) {
				leftpos=parseInt(myBox.style.left);
				leftpos++;
				myBox.style.color='#000000';
			}
      else if (document.getElementById && document.body.style) {
				divel=document.getElementById(nome);
				divel.style.color='#000000';
			}
		} 
		
		
		
		
function MediaOpen(id,id_info){

window_a=window.open("http://www.zeppelin.it/media.php?id="+id+"&id_info="+id_info,"win1","toolbar=no,dependent=yes,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,width=650,height=350,top=150,left=150");

}		



function OpenEmbedded(url)
{ 
OpenWindow=window.open('', 'newwin', 'height=500,width=500,toolbar=no,scrollbars=no,menubar=no, resizable=yes');
OpenWindow.document.write('<HTML>')
OpenWindow.document.write('<TITLE>Lg Studio - My Embedded Media</TITLE>')
OpenWindow.document.write('<BODY BGCOLOR=000000 topmargin=0 leftmargin=0>')
OpenWindow.document.write('<EMBED SRC='+url+' AUTOSTART=true height=100% width=100%></EMBED>')
OpenWindow.document.write('</HTML>')
OpenWindow.document.close()
self.name='main'
}


function SelectOnchange(php_self,id){

window.location.href=php_self+"?id="+id;

}

function NewWinUrl(url)
{ 
window_a=window.open(url,"win1","toolbar=no,dependent=yes,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,width=650,height=350,top=150,left=150");
}

function NewWinUrlWH(url,W,H)
{ 
window_a=window.open("http://www.zeppelin.it/uploads/"+url,"win1","toolbar=no,dependent=yes,resizable=yes,menubar=no,scrollbars=yes,titlebar=no,width="+W+",height="+H+",top=150,left=150");
}
