function EvalSound(soundobj) {
//	alert(soundobj);
  var thissound=document.getElementById(soundobj);
  thissound.Play();
}

function call(page)
{
    setTimeout('window.location=\''+ page +'\'',150);	
}
