function changeimage(towhat){
if (document.images){
document.images.targetimage.src=towhat.src
<!---->gotolink=url
}
}
function warp(){
window.location=gotolink
}