ver=parseInt(navigator.appVersion)
ie4=(ver>3  && navigator.appName!="Netscape")?1:0

function suona(nomefile) {

        if (ie4) {
                if (anteprima.document.all['BGSOUND_ID'].src=='') {
                        anteprima.document.all['BGSOUND_ID'].src=nomefile;
                }  
                else
                {  
                        if (anteprima.document.all['BGSOUND_ID'].src!=nomefile) {
                                anteprima.document.all['BGSOUND_ID'].src=nomefile;
                        } 
                        else {  
                                anteprima.document.all['BGSOUND_ID'].src='';
                        }
                }
        }
}


function popup(theURL,winName,features) {
	window.open(theURL,winName,features);

}

