function Openw1()
{window.open("/what.html","swf","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=450,height=600");}

function Openw2()
{window.open("/profile.html","swf","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=450,height=420");}

function Openw3()
{window.open("colum.html","swf","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=550,height=550");}

if (document.images) {
   img1 = new Image(); img1.src = "/garden/image/what_2.gif";
   img2 = new Image(); img2.src = "/garden/image/prfl_2.gif";
   img3 = new Image(); img3.src = "/garden/image/tubo1_2.gif";
   img4 = new Image(); img4.src = "/garden/image/tubo2_2.gif";
   img5 = new Image(); img5.src = "/garden/image/tubo3_2.gif";
   img6 = new Image(); img6.src = "/garden/image/tubo4_2.gif";
}
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}


