var branchurl = 2;

function Gotbranchurl() {
if (branchurl==2) window.location.href="http://www.eurofan.com.tw/interduce/interduce3.htm";
if (branchurl==1) window.location.href="http://www.eurofan.com.tw/cake/cake.htm";
}

function rotatebranch() {
if (++branchurl > 2)  branchurl = 1;
if (branchurl==2) document.branchimg.src = "http://www.eurofan.com.tw/image/51.jpg";
if (branchurl==1) document.branchimg.src = "http://www.eurofan.com.tw/image/52.jpg";
window.setTimeout('rotatebranch();',3000);
}

