var aySound = new Array();
// Below: source for sound files to be preloaded

aySound[0]="s1.wav";
aySound[1]="s2.wav";

// DO NOT edit below this line
document.write('<BGSOUND ID="auIEContainer">')
IE = (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)? 1:0;
NS = (navigator.appName=="Netscape" && navigator.plugins["LiveAudio"])? 1:0;
ver4 = IE||NS? 1:0;
onload=auPreload;

function auPreload() {
if (!ver4) return;
if (NS) auEmb = new Layer(0,window);
else {
Str = "<DIV ID='auEmb' STYLE='position:absolute;'></DIV>";
document.body.insertAdjacentHTML("AfterEnd",Str);
}
var Str = '';
for (i=0;i<aySound.length;i++)
Str += "<EMBED SRC='"+aySound[i]+"' AUTOSTART='FALSE' HIDDEN='TRUE'>"
if (IE) auEmb.innerHTML = Str;
else {
auEmb.document.open();
auEmb.document.write(Str);
auEmb.document.close();
}
auCon = IE? document.all.auIEContainer:auEmb;
auCon.control = auCtrl;
}
function auCtrl(whSound,play) {
if (IE) this.src = play? aySound[whSound]:'1';
else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
}


function stopSound(whSound) { if (window.auCon) auCon.control(whSound,false); }

function playSound(whSound) { if (window.auCon) auCon.control(whSound,true); }
function pausecomp(millis) 
{
var date = new Date();
var curDate = null;

do { curDate = new Date(); } 
while(curDate-date < millis);
} 

document.write(' <font face="Arial,Helvetica"> <A href="http://www.franciscogimeno.com/" onMouseOver="playSound(0);"><IMG  height=20 alt="Inicio" hspace=0 vspace=2 src="images2/inicio.gif"  border=0 ></A></font> <br>')
document.write(' <font face="Arial,Helvetica"> <a href="noticias.html"  onMouseOver="playSound(0);"><img height=20 alt="Noticias" hspace=0  src="images2/noticias.gif" vspace=2  border=0></a></font><br>')
document.write(' <font face="Arial,Helvetica"> <a href="migente.html"  onMouseOver="playSound(0);"><img height=20  alt="Familia y amigos" hspace=0 vspace=2  src="images2/migente.gif" border=0></a></font><br>')
document.write(' <font face="Arial,Helvetica"> <a href="http://www.franciscogimeno.com/photo/PhotoViewer.html"  onMouseOver="playSound(0);"><img height=20 alt="Portafolio" hspace=0 src="images2/portafolio.gif" vspace=2 border=0></a></font> <br>')
document.write(' <font face="Arial,Helvetica"> <a href="curriculum.html"  onMouseOver="playSound(0);"><img height=20 alt="Curriculum" hspace=0 vspace=2 src="images2/curriculum.gif" border=0></a> </font><br>')
document.write(' <font face="Arial,Helvetica"> <a href="tallerdepintura.html"  onMouseOver="playSound(0);"><img height=20 alt="Taller de Pintura" hspace=0 vspace=2 src="images2/tallerdepintura.gif" border=0></a> </font><br>')
document.write(' <font face="Arial,Helvetica"> <a href="contacto.html"  onMouseOver="playSound(0);"><IMG height=20 alt="Contacto" hspace=0 vspace=2 src="images2/contacto.gif" border=0></A><br> </font>')            
