	var messageWin=0
var picWin=0
var bigimg= new Image()
var oldimg= new Image()
oldimg.src="none"
function netscapeLoadImage(currentimage)
{

var imgsrc= new String(currentimage.src)
find1= /thumb_v/g
find2= /thumb_h/g
imgsrc = imgsrc.replace(find1, "images")
imgsrc = imgsrc.replace(find2, "images")

messageWin=window.open(imgsrc,"Image",'toolbar=no,location=no,width=450,height=450,resizable=yes')
return;


}
function netscapeLoadImage2(currentimage)
{


messageWin=window.open(currentimage,"Image",'toolbar=no,location=no,width=450,height=450,resizable=yes')
return;
}


function newwin(currentimage)
{
	netscapeLoadImage(currentimage);
	return;	
}

function newwin2(imagesrc)
{
	netscapeLoadImage2 (imagesrc);
}


function drawwin(obj)
{
}
