function mkmenu(){
var d=document;var l=d.location.href;
l=l.substring(l.lastIndexOf("/")+1,l.lastIndexOf("."))
if(l.indexOf("-")>-1){l=l.substring(0,l.indexOf("-"));}

var h='<div id="menu">'
var s=new Array(
	'Home',"home",
	'Heineken Thirst',"thirst",
	"DJ Contest<dfn>found@thirst</dfn>","djcontest",
	"Jurado","jurado",
	"El ganador","vota",
	"World Tour","worldtour",
	"DJ Ti&euml;sto","djtiesto",
	"Reviví Thirst","revivi",
	"Registrate","registrate",
	"Contacto","contacto"
	)
for(var i=0;i<s.length;i=i+2){
var a=( s[i+1] == l )
h+= a?'<h3>':'<h4><a href="'+s[i+1]+'.htm">'
h+= s[i]
h+= a? ('<\/h3>'):('<\/a><\/h4>')
}
h+= '<img src="rsrc\/menuZ.gif" width="161" height="15"><\/div>'
d.writeln(h)
}


function seth0(a,b){
var p=parent.document.location.href;var d=document.location.href
if((p==d)/*&&(d.indexOf('heinekenmusic.com.ar')>1)*/)window.location="frameset.htm"//?c="+(d.substring(d.lastIndexOf("/") ))

var f=parent.fhead.document;
	if(f.images && f.images["h0"] && f.images["hb"]){
	f.images["h0"].src="rsrc/h0_"+a+".gif"; f.images["hb"].src="rsrc/"+ (b?b:'0') +".gif"
	}
}


function swfembed(src,w,h){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,0,0" height="'+h+'" width="'+w+'"><param name="movie" value="'+src+'"><param name="quality" value="high"><param name="play" value="true"><embed height="'+h+'" width="'+w+'" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" src="'+src+'" type="application\/x-shockwave-flash" quality="high" play="true"><\/object>')
}


function opf(f,g){
var a="540,height=359";if(g==1){a="359,height=540";};
eval("foto"+f+"=window.open('fotos-big/ver.htm?src="+f+"&v="+g+"','foto"+f+"','width="+a+",menubar=0,location=0,resizable=0,scrollbars=0')")
return false;
}

function urv(a,b,d){d=(d?d:document);
d=d.location.search
var i=d.toLowerCase().indexOf(a.toLowerCase()+"=");
if(i>0){var j=d.indexOf("&",i);
	if(j<0||d.indexOf("?",i)>-1){j=d.length;}; //if var contains ?, no cortar en &
	b=d.substring(i+(a.length)+1,j);
	};
	return(unescape(b));
}

function dwfoto(){
var s=urv("src","");var v=urv("v",0);
var a='width="540" height="359"';if(v=="1"){a='width="359" height="540"';}
if(s!="")document.write('<a href="#" onclick="window.close();"><img src="'+s+'.jpg" alt="Cargando..." '+ a+'><\/a>')
}