function getElement(which)
{

if(which == 'header')	{
alert("I am " + " 14 years old, I have 2 years living in the States. My mom work in a factory while I go to school"+ " Problably I will go to college" +" but my mom wants enroll me in the army" + " we  don't have much money to pay my tution ")
}

if(which=='myHeader1')	{
alert("acto sonoro en vivo con jake elliot y ezra hoffman" + "chicago illinois 2005" + "r4b1t5 media festival")
}

}

function open_win()
{
window.open("../Images/Juan%20Jose/images-20.jpg","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=200, height=200")
}


 function openindex(source)
 { 
 OpenWindow=window.open("", "newwin", "height=300,width=350,toolbar=no,scrollbars="+scroll+",menubar=no");
 OpenWindow.document.write("<HTML>")
 OpenWindow.document.write("<TITLE>Higiene deportiva</TITLE>")
 OpenWindow.document.write("<BODY BGCOLOR=000000>")
 OpenWindow.document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" height="260"><param name="src" value="' + source + '" /> <param name="controller" value="true" /><embed src="' + source + '" width="320" height="256" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed></object>')
 OpenWindow.document.write("</HTML>")
 OpenWindow.document.close()
 self.name="main"
 }
 

 function openSound(source)
 { 
 OpenWindow=window.open("", "newwin", "height=150,width=270,toolbar=no,scrollbars="+scroll+",menubar=no");
 OpenWindow.document.write("<HTML>")
 OpenWindow.document.write("<TITLE>Radial</TITLE>")
 OpenWindow.document.write("<BODY BGCOLOR=000000>")
 OpenWindow.document.write('<EMBED src="' + source + '"autostart=true controls=ControlPanel width=250height=200 controller="true">')
 OpenWindow.document.write("</HTML>")
 OpenWindow.document.close()
 self.name="main"
 }
