
 <!-- By Matteo Massarenti Engineer - www.matteomassarenti.it


 /* Esempi Applicabili */
/*PER APRIRE QUALSIASI SITO CON POPUP, L'HREF DELLA PAG. DEVE ESSERE javascript:Popup('link del sito o pagina')*/
  var stile = "top=10, left=10, width=800, height=500, status=no, menubar=no, toolbar=no scrollbar=no";
     function PopupB(apri) {
        window.open(apri, "", stile);
     }
/**/

 function PopupProva() {
   var w = 400;
   var h = 250;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("http://www.comune.quistello.mn.it","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
/* FINE Esempi Applicabili */

 

 
 
 
 function win_open_home(){
	var win = window.open("res/html/articolo_0052.htm", "Popup", "height = 350, width = 550");
 }





 function Sito_comune_di_quistello() {
 	window.open("http://www.comune.quistello.mn.it");
 }
 
 function Sito_proloco_di_quistello() {
 	window.open("http://www.prolocoquistello.it/");
 }
 
 function Sito_provincia_giovane() {
 	window.open("http://www.provinciagiovane.it");
 }
 
 function Sito_meeting_di_urbino() {
 	window.open("http://www.eurogiovani.provincia.pu.it");
 } 
 
 function Sito_matteo_massarenti() {
 	window.open("http://www.matteomassarenti.it/?from=quispaziogiovanisx");
 }
 
  function Sito_luca_malavasi() {
 	window.open("http://www.lucamalavasi.com");
 }
 
   function Sito_piscine_di_pegognaga() {
 	window.open("http://www.pegopiscine.it");
 }
 
   function Sito_cai_quistello() {
 	window.open("http://www.caiquistello.it");
 }
 
   function Sito_tempo_di_motori() {
 	window.open("http://www.tempodimotori.it");
 }
 
   function Sito_mantova_tv() {
 	window.open("http://www.mantova.tv/");
 }
 
   function Sito_videoproject() {
 	window.open("http://www.videoproject.it");
 }

   function Sito_associazione_aria() {
 	window.open("http://associazionearia.jimdo.com/");
 }


 //-->

