// JavaScript Document


function apriIdee(theURL) { 
  appro=window.open(theURL,'finestra','width=660, height=520, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriDiario(theURL) { 
  appro=window.open(theURL,'finestra1','width=850, height=450, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriVideo(theURL) { 
  appro=window.open(theURL,'finestra1','width=412, height=355, resizable=no, scrollbars=no');
	appro.focus();
}

function apriPrimoPiano(theURL) { 
  appro=window.open(theURL,'finestra','width=660, height=520, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriEditoriale(theURL) { 
  appro=window.open(theURL,'finestra','width=660, height=520, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriNotizia(theURL) { 
  appro=window.open(theURL,'finestra','width=680, height=450, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriNotiziaLarge(theURL) { 
  appro=window.open(theURL,'finestra','width=820, height=450, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriGallery(theURL) { 
  appro=window.open(theURL,'finestra','width=820, height=480, resizable=no, scrollbars=si');
	appro.focus();
}

function apriRassegna(theURL) { 
  appro=window.open(theURL,'finestra','width=780, height=450, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriFoto(theURL) { 

  appro=window.open(theURL,'finestra1','width=1000, height=750, resizable=yes, scrollbars=yes');
	appro.focus();
}

function apriRassegnaInt(theURL) { 

  appro=window.open(theURL,'finestra1','width=680, height=450, resizable=yes, scrollbars=yes');
	appro.focus();
}