/*INDEX*/
Image1= new Image(757,582)
Image1.src = "images/body_r.gif"
Image2= new Image(757,582)
Image2.src = "images/over2/tv.gif"
Image3= new Image(757,582)
Image3.src = "images/over2/radio.gif"
Image4= new Image(757,582)
Image4.src = "images/over2/books.gif"
Image5= new Image(757,582)
Image5.src = "images/over2/clothes.gif"
Image6= new Image(757,582)
Image6.src = "images/over2/papers.gif"
Image7= new Image(757,582)
Image7.src = "images/over2/guitar.gif"
Image8= new Image(757,582)
Image8.src = "images/over2/rusty.gif"
Image9= new Image(757,582)
Image9.src = "images/over2/mail.gif"
Image10= new Image(757,582)
Image10.src = "images/over2/calendar.gif"
Image11= new Image(757,582)
Image11.src = "images/over2/photo.gif"
Image12= new Image(757,582)
Image12.src = "images/over2/phone.gif"
Image13= new Image(757,582)
Image13.src = "images/over2/dog.gif"
Image14= new Image(757,582)
Image14.src = "images/over2/fluff.gif"
Image15= new Image(757,582)
Image15.src = "images/over2/jug.gif"
function SwapOut1() {
document.main.src = Image2.src; return true; /*TV*/
}
function SwapOut2() {
document.main.src = Image3.src; return true; /*Radio*/
}
function SwapOut3() {
document.main.src = Image4.src; return true; /*Books*/
}
function SwapOut4() {
document.main.src = Image5.src; return true; /*Clothes*/
}
function SwapOut5() {
document.main.src = Image6.src; return true; /*Papers*/
}
function SwapOut6() {
document.main.src = Image7.src; return true; /*Guitar*/
}
function SwapOut7() {
document.main.src = Image8.src; return true; /*Rusty*/
}
function SwapOut8() {
document.main.src = Image9.src; return true; /*Mail*/
}
function SwapOut9() {
document.main.src = Image10.src; return true; /*Calendar*/
}
function SwapOut10() {
document.main.src = Image11.src; return true; /*Photo*/
}
function SwapOut11() {
document.main.src = Image12.src; return true; /*Phone*/
}
function SwapOut12() {
document.main.src = Image13.src; return true; /*Dog*/
}
function SwapOut13() {
document.main.src = Image14.src; return true; /*Fluff*/
}
function SwapOut14() {
document.main.src = Image15.src; return true; /*ugJ*/
}
function SwapBack() {
document.main.src = Image1.src; return true;
}

/*SCROLL*/
function toTop(id){
document.getElementById(id).scrollTop=0
}
defaultStep=9
step=defaultStep
function scrollDivDown(id){
document.getElementById(id).scrollTop+=step
timerDown=setTimeout("scrollDivDown('"+id+"')",0)
}
function scrollDivUp(id){
document.getElementById(id).scrollTop-=step
timerUp=setTimeout("scrollDivUp('"+id+"')",0)
}
function toBottom(id){
document.getElementById(id).scrollTop=document.getElementById(id).scrollHeight
}
function toPoint(id){
document.getElementById(id).scrollTop=100
}
function stopMe(){
clearTimeout(timerDown) 
clearTimeout(timerUp)
}

document.onmousemove=function(){stopMe()}  
