var imgs = new Array();
var imglnks = new Array("/wc/yes/l102.htm","/wc/ball/dm1020a-paj-bkgr.htm",
"/wc/chase-durer/117.9wbs6.htm","/wc/citizen_ww.htm",
"/wc/esq/07301149.htm","/wc/arctos/210-0045.htm","/wc/hamilton/h24515731.htm",
"/wc/jean_marcel/160-222-72.htm","/wc/longines/l2.142.4.98.0.htm",
"/wc/momo_design_ww.htm","/wc/arctos/210-0045.htm","/wc/muhle_glashutte/m1-41-03mb.htm",
"/wc/nivrel/950.001-1rak.htm","/wc/oceanus/ocw600tdba1a.htm",
"/wc/oris/733_7560_4114mb.htm","/wc/seiko_ww.htm","/wc/swiss_army/241089.htm",
"/wc/technomarine/m04.htm","/wc/tissot/t33.7.598.59.htm","/wc/tutima/780-84.htm",
"/wc/wittnauer_ww.htm");
var imgTotal = 21;
var imgNum = Math.floor(Math.random()* imgTotal)+1;var tOut = 4000

function loadimage(num){
	if(imgs[num] && imgs[num].src){return;};
	imgs[num] = new Image;
	imgs[num].src = '/wc/images/top/wc' + num + '.jpg';
}

function topimages(){
	loadimage(imgNum);
	nextimg();
}

function nextimg(){
	document.getElementById('topimg').src = imgs[imgNum].src;
	document.getElementById('topimglnk').href = imglnks[imgNum-1];
	imgNum++;
	if (imgNum > imgTotal){imgNum = 1;}
	loadimage(imgNum);
	setTimeout("nextimg()",tOut);
}
function searchValidator(a) {
	if (a == 1) {
		if (this.document.s1.msearch.value.length == 0) {
			return false
		}
	} else if (a == 2) {
		if (this.document.s2.fsearchm.selectedIndex == 0 && this.document.s2.fsearchc.selectedIndex == 0 && this.document.s2.fsearchs.selectedIndex == 0 && this.document.s2.fsearchpr.selectedIndex == 0) {
			return false
		}
	} else {
		return false
	}
	return true
}

function chgStyle(obj) {
	if (obj.options[obj.selectedIndex].value == "sp") {
		this.document.s2.fsearchm.disabled = true
		this.document.s2.fsearchc.disabled = true
		this.document.s2.fsearchp.disabled = true
	} else {
		this.document.s2.fsearchm.disabled = false
		this.document.s2.fsearchc.disabled = false
		this.document.s2.fsearchp.disabled = false
	}
	return true
}

