function FlashHome()
{
    document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=425 height=250>\n');
    document.write('<param name=movie value=images/homeflash.swf>\n');
    document.write('<param name=quality value=high>\n');
    document.write('<param name=wmode value=transparent>\n');
    document.write('<embed src=images/homeflash.swf width=425 height=250 quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash wmode=transparent></embed>\n');
    document.write('</object>\n');
}

function FlashUp()
{
    document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=425 height=76>\n');
    document.write('<param name=movie value=images/upflash.swf>\n');
    document.write('<param name=quality value=high>\n');
    document.write('<param name=wmode value=transparent>\n');
    document.write('<embed src=images/upflash.swf width=425 height=76 quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash wmode=transparent></embed>\n');
    document.write('</object>\n');
}

function FlashUpPr()
{
    document.write('<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=425 height=76>\n');
    document.write('<param name=movie value=../images/upflash.swf>\n');
    document.write('<param name=quality value=high>\n');
    document.write('<param name=wmode value=transparent>\n');
    document.write('<embed src=../images/upflash.swf width=425 height=76 quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash wmode=transparent></embed>\n');
    document.write('</object>\n');
}

function getpiastrelle()
{
    location.href='about:blank';
}

function poplega(url) {
msg= window.open(url,"poplega","toolbar=no,left=320,top=140,width=350,height=420,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no");
}

function mappa(url) {
msg= window.open(url,"mappa","toolbar=no,left=120,top=140,width=620,height=420,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
}

function mappa1(url) {
msg= window.open(url,"mappa1","toolbar=no,left=110,top=130,width=620,height=470,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
}

function gohome()
{
    location.href='http://www.arcaceramiche.it/';
}

function linkFlash()
{
    location.href='http://www.arcaceramiche.it/prodotti.html';
}


function CambiaFoto (whichpic) {
 if (document.getElementById) {
  document.getElementById('fotogrande').src = whichpic.href;
  if (whichpic.title) {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
  } else {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }
  return false;
 } else {
  return true;
 }
}