/* author: Cheshire Tony */
/* Creation date: 26/09/2001 */
/*
Blending Image Slide Show Support Script-
*/

function reapply(){
setTimeout("slideit()",2000)
return true
}
window.onerror=reapply


function slidelink(){
if (whichimage==1)
window.location="link1.htm"
else if (whichimage==2)
window.location="link2.htm"
else if (whichimage==3)
window.location="link3.htm"
startscroll;
}


