function menu(whatButton) {

//alert("dsds")

if (whatButton == "noisePos") {
		noiseWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 226)
		if (noiseWidth < 226) {
		noiseWidth = 226
								}
	document.all.DDnoise.style.pixelLeft = noiseWidth
	
}

if (whatButton == "vibPos") {
		vibWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 280)
		if (vibWidth < 280) {
		vibWidth = 280
							}
	document.all.DDvib.style.pixelLeft = vibWidth
}

if (whatButton == "mcPos") {
		mcWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 345)
		if (mcWidth < 345) {
		mcWidth = 345
							}
	document.all.DDmulti.style.pixelLeft = mcWidth
}

if (whatButton == "hirePos") {
		hireWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 345)
		if (hireWidth < 345) {
		hireWidth = 345
							}
	document.all.DDhire.style.pixelLeft = hireWidth
}

if (whatButton == "nRecorder") {
		recWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 426)
		if (recWidth < 426) {
		recWidth = 426
							}
	document.all.DDrec.style.pixelLeft = recWidth
}

if (whatButton == "sound") {
		sndWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 545)
		if (sndWidth < 545) {
		sndWidth = 545
							}
	document.all.DDsound.style.pixelLeft = sndWidth
}

if (whatButton == "calPos") {
		calWidth = parseInt((document.images['browserImg'].width - 750) / 2 + 664)
		if (calWidth < 664) {
		calWidth = 664
							}
	document.all.DDcal.style.pixelLeft = calWidth
}

//alert(noiseWidth)
//alert(calWidth)

//document.all.DDnoise.style.pixelLeft = noiseWidth
//document.all.DDvib.style.pixelLeft = vibWidth

}
