function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function showpage(form) { 
	var item = form.list.selectedIndex;
    choice = form.list.options[item].value;
    if (choice!="x")
     top.location.href=""+(choice);
};
  
var theImages = new Array() 

theImages[0] = '/colors/color-1.jpg'
theImages[1] = '/colors/color-2.jpg'
theImages[2] = '/colors/color-3.jpg'
theImages[3] = '/colors/color-4.jpg'
theImages[4] = '/colors/color-5.jpg'
theImages[5] = '/colors/color-6.jpg'
theImages[6] = '/colors/color-7.jpg'
theImages[7] = '/colors/color-8.jpg'
theImages[8] = '/colors/color-9.jpg'
theImages[9] = '/colors/color-10.jpg'
theImages[10] = '/colors/color-11.jpg'
theImages[11] = '/colors/color-12.jpg'
theImages[12] = '/colors/color-13.jpg'
theImages[13] = '/colors/color-14.jpg'
theImages[14] = '/colors/color-15.jpg'
theImages[15] = '/colors/color-16.jpg'
theImages[16] = '/colors/color-17.jpg'
theImages[17] = '/colors/color-18.jpg'
theImages[18] = '/colors/color-19.jpg'
theImages[19] = '/colors/color-20.jpg'
theImages[20] = '/colors/color-21.jpg'
theImages[21] = '/colors/color-22.jpg'
theImages[22] = '/colors/color-23.jpg'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}

function trclick(link){
	document.location.href = link;	 
 }
 