// JavaScript Document

function openpopup(popurl,w,h,s,r){
	var winLeft = (screen.width-w)/2;
	var winTop = (screen.height-h)/2;
	var winPop = window.open(popurl,"","width=" + w + ",height=" + h + ", left=" + winLeft + ", top=" + winTop +", toolbar=no, location=no, status=no, scrollbars=" + s + ",menubar=no, resizable=" + r )
}


function previewSong(songNumber){
	var songPop = "";
	
	switch (songNumber) { 
		case "1" : 
			songPop = "tanto-non-vengo.htm";
      break; 
		case "2" : 
			songPop = "argento-vivo.htm";
      break; 
		case "3" : 
			songPop = "abbassa-luna.htm";
      break; 
		case "4" : 
			songPop = "aprimi-le-braccia.htm";
      break;
		case "5" : 
			songPop = "petali-mirto.htm";
      break; 
		case "6" : 
			songPop = "ortiche.htm";
      break; 
		case "7" : 
			songPop = "morbidamente.htm";
      break; 
		case "8" : 
			songPop = "terra-rivoluzione.htm";
      break;     
		case "9" : 
			songPop = "una-casa-ubriaca.htm";
      break; 
		case "10": 
			songPop = "niente-poteva-andar-meglio.htm";
      break; 
		case "11": 
			songPop = "streghe.htm";
      break; 
		case "12": 
			songPop = "tremore-lucido.htm";
      break;                 
		case "13": 
			songPop = "orginizza-notte.htm";
      break; 
		case "14": 
			songPop = "donna-cannone.htm";
      break;           
 		default : 
      songPop = "tanto-non-vengo.htm";
	}
	
	songPop = "audio-pop/" + songPop;
	
	var winSong = window.open(songPop,"","width=360,height=100,toolbar=no,location=no,status=no,scrollbars=no,menubar=no,resizable=yes" );
}


function video(videoNumber,w,h){
	var videoPop = "";
	if (w=="") w = "500";
	if (h=="") h = "500";
	
	switch (videoNumber) { 
		case "1" : 
			videoPop = "sanremo-29-febbraio-2008.htm";
      break; 
    case "2" : 
			videoPop = "sanremo-25-febbraio-2008.htm";
      break;   
    case "3" : 
			videoPop = "sanremo-lab.htm";
      break;   
	case "4" : 
			videoPop = "tanto-non-vengo.htm";
      break; 
	case "5" : 
			videoPop = "totem-e-tabu.htm";
      break;  
 	default : 
		videoPop = "totem-e-tabu.htm";
	}
	
	videoPop = "video-pop/" + videoPop;
	
	var winVideo = window.open(videoPop,"","width="  + w + ",height=" + h + ",toolbar=no,location=no,status=no,scrollbars=no,menubar=no,resizable=yes" );
}

function traceGA(section){
	pageTracker._trackPageview('/' + section);
}

function foto(url, descr) {
	jQuery.slimbox(url, descr);
}

