





function ddrivetip2(thecolor, thewidth){
alap = "<table height=115 width=350><tr><td valign=center align=center><img src='modules/fotoalbum/csaj_load.gif' border=0>";
alap +="</td></tr></table>";
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=alap
enabletip=true
return false
}
}


function hideddrivetip2(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
tipobj.innerHTML = '';
}
}







