/************************************************************
IMAGE SWAPS
*************************************************************/



function imgswap(name,swap){if(document.images) document.images[name].src=swap;}





/************************************************************
BOTTOM BORDER
*************************************************************/
function over(){window.document.up.src = "http://www.catracking.com/_borders/top3.png";}
function out(){window.document.up.src = "http://www.catracking.com/_borders/top1.png";}
function down(){window.document.up.src = "http://www.catracking.com/_borders/top2.png";}


/************************************************************
BOTTOM BORDER
*************************************************************/
function overnews(){window.document.news.src = "http://www.catracking.com/images/absoluteurl/news2.jpg";}
function outnews(){window.document.news.src = "http://www.catracking.com/images/absoluteurl/news1.jpg";}
function downnews(){window.document.news.src = "http://www.catracking.com/images/absoluteurl/news1.jpg";}


/************************************************************
SEARCH RESULTS NEW WINDOWS
*************************************************************/
function overnewwin(){window.document.newwin.src = "http://www.catracking.com/images/newwinover.png";}
function outnewwin(){window.document.newwin.src = "http://www.catracking.com/images/newwin.png";}
function downnewin(){window.document.newwin.src = "http://www.catracking.com/images/newwindown.png";}


/************************************************************
TEST
*************************************************************/
function main1(){window.document.imgMain.src = "http://www.catracking.com/images/absoluteurl/note.gif";}
function main2(){window.document.imgMain.src = "http://www.catracking.com/images/absoluteurl/paper.gif";}
function main3(){window.document.imgMain.src = "http://www.catracking.com/images/absoluteurl/pencil.gif";}
function overminus(){window.document.imgMinus.src = "http://www.catracking.com/images/absoluteurl/close.png";}
function outminus(){window.document.imgMinus.src = "http://www.catracking.com/images/absoluteurl/minus.gif";}
function downminus(){window.document.imgMinus.src = "http://www.catracking.com/images/absoluteurl/go.png";}


