function foto(id)
{
    //alert("foto #" + id)
    openPopup('/res/html/popup/fotopopup.shtml?' + id,'foto',513,552,'location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no')
}

function fotopopup(path)
{
    //alert("foto: " + path)
    openPopup('/res/html/popup/fotopopupnews.shtml?' + path,'foto',513,552,'location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no')
}

function video(id)
{
    //alert("video #" + id)
    openPopup('/res/html/popup/videopopup.shtml?' + id,'video',513,311,'location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no')
}

function chat()
{
    //alert("chat")
    openPopup('http://chat-campioni.jumpy.it/eshare/server?action=4','chat',600,400,'location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no')
}

function forum()
{
    //alert("forum")
    document.location.href = 'http://forum.campioniilsogno.fabbricadigitale.it/'
}

function sondaggio(id)
{
    //alert("sondaggio #" + id)
    openPopup('/res/html/popup/sondaggiopopup.shtml?' + id,'foto',513,311,'location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no')
}

function sondaggiovota(id)
{
    var ischecked = false
    for (i = 0; i < document.Sondaggio.voteID.length; i++) 
        if (document.Sondaggio.voteID[i].checked == true) 
            ischecked = true
          
    if (ischecked)
        {          
            bbcookie = 'sondaggio' + id + '=ok'
            if (document.cookie.indexOf(bbcookie) == -1)
            {
                bbexp = new Date()
                bbexp.setTime(bbexp.getTime() + (24*60*60*1000))
                var bbexpstr = "; expires=" + bbexp.toGMTString()
                document.cookie = bbcookie + bbexpstr
                document.Sondaggio.submit()
            }
            else
            {
                alert('Siamo spiacenti ma per oggi hai già votato!')
            }
        }
        else
        {
              alert('Devi esprimere una preferenza!')
        }        
}

function adidas_retailfinder()
{
    //alert("adidas retail finder")
    openPopup('http://www.sportonweb.com/campioni/','ricerca',513,400,'location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,fullscreen=no')
}

/* popup */
function openPopup(urlpopup,nomepopup,w,h,settingspopup)
{
    var x=(screen.width-w)/2
    var y=(screen.height-h)/2-20
    if(x<0)x=0
    if(y<0)y=0
    if(w>screen.width)w=screen.width
    if(h>screen.height)h=screen.height
    var settings='top='+y+',left='+x+',width='+w+',height='+h+','+settingspopup
    var popup=window.open(urlpopup,nomepopup,settings)
    popup.focus()
}

function closePopup()
{
    window.close()
}

/*
function Disable() {
if (event.button == 2) 
{
alert("This action is not possible")
}
}
document.onmousedown=Disable;
*/
