function WHChange(id, width, height){
	if(document.all){
		document.all(id).style.width = width;
		document.all(id).style.height = height;
	}else if(document.getElementById){
		document.getElementById(id).style.width = width;
		document.getElementById(id).style.height = height;
	}
}
data="../Assets/be-simple2c.wav";
function clicksound(data)
{
if (document.all) oto2.src = data;
}
