function changeImage(anImage,newSource){
document.images[anImage].src = newSource;
}

function preLoad(data){
    (new Image()).src = data;
}

function wo(){
  a = forms.account.value;
  b = forms.sd.value;
  c = forms.cname.value;
  url = 'karasend.php3?account=' + a + '&sd=' + b + '&cname=' + c;
  window.open (url,'thewindow','toolbar=0,location=0,derectories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=300');
}

function Jumppage(selOBJ)
{
	URL = selOBJ.selectedIndex;
	location.href = selOBJ.options[URL].value;
}
