img1=new Image()
img1.src="images/gfx/gallery_on.gif"
img2=new Image()
img2.src="images/gfx/about_on.gif"
img3=new Image()
img3.src="images/gfx/link_on.gif"

function really_delete(str)
{
	var r=confirm("Ar ju siur?");
	if (r==true)
    {
		var rr=confirm("rly?");
		if(rr==true)
		{
			window.location=str;
			return true;
		}
		else
		{
			return false;
		}
    }
	else
    {
    	return false;
    }
}