var timer;
function winnew1(x,y){
document.getElementById(x).setAttribute('href','#');
window.open(y,"common");
}

function winnew2(x,y){
document.getElementById(x).setAttribute('href','#');
window.open(y,"voice","width=640,height=600,scrollbars=yes");
}

function RollOver (obj,val) {
  obj.src = val;
}

function SwapImage(img) {
	obj = document.getElementById("menuchange");
	obj.src = img;
	clearTimeout(timer);
	timer=setTimeout('DefaultImage()',5000);
}

function DefaultImage() {
	obj = document.getElementById("menuchange");
	obj.src = '../top/top_photo_menu_aroma.gif';
	clearTimeout(timer);
}
