function informativa() {
   window.open(
    "/trasparenza_bancaria.html", 
    "Informativa", 
    "menubar=no," +
    "location=no," +
    "resizable=yes," +
    "scrollbars=yes," +
    "status=no," +
    "left=100," +
    "top=100," +
    "height=450," +
    "width=400");
 }

 function informativaassicurativa() {
   window.open(
    "/informativa_assicurativa.html", 
    "Informativaassicurativa", 
    "menubar=no," +
    "location=no," +
    "resizable=yes," +
    "scrollbars=yes," +
    "status=no," +
    "left=100," +
    "top=100," +
    "height=450," +
    "width=400");
 }

  function videoMutuoPratico() {
   window.open(
    "/video_mutuo_pratico_swf.html", 
    "videomutuopratico", 
    "menubar=no," +
    "location=no," +
    "resizable=yes," +
    "scrollbars=yes," +
    "status=no," +
    "left=100," +
    "top=100," +
    "height=320," +
    "width=360");
 } 

  function moreInfo(from_page_sf) {
   window.open(
    "/richiedi_informazioni.html?from_page="+from_page_sf,
    "MoreInfo", 
    "menubar=no," +
    "location=no," +
    "resizable=no," +
    "scrollbars=no," +
    "status=no," +
    "left=100," +
    "top=100," +
    "height=550," +
    "width=425");
 }
 
   function moreInfoE3(targetURL) {
   window.open(targetURL,
    "MoreInfo",
    "menubar=no," +
    "location=no," +
    "resizable=yes," +
    "scrollbars=no," +
    "status=no," +
    "left=50," +
    "top=50," +
    "height=635," +
    "width=935");
 }

 
  function credits() {
   window.open(
    "", 
    "Credits", 
    "menubar=no," +
    "location=no," +
    "resizable=no," +
    "scrollbars=no," +
    "status=no," +
    "left=100," +
    "top=100," +
    "height=250," +
    "width=300");
 }
 
 

 
 function Sportello() {
   var w = 650;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("http://entraincontatto.deutsche-bank.it/prestitempo/","","scrollbars=yes,resizable=yes,width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
  function Autovalutazione() {
   var w = 650;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   window.open("/top_popup_autovalutazione.htm","Autovalutazione","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
