function goNewWin(pic) {
TheNewWin = window.open(pic,'','width=802,height=645,top=100,left=100'); 
}

function confirmSubmit(msg)
{
var agree=confirm(msg);
if (agree)
	return true ;
else
	return false ;
}

function clearfield(thisform){
if (thisform.value == "Search")
	thisform.value = "";
}

function high(which2) {
theobject=which2
theobject.style.filter = ''
theobject.style.opacity = "1;"
}

function low(which2) {
theobject=which2
theobject.style.filter = "alpha(opacity=40);"
theobject.style.opacity = "0.4;"
}

function addtofavs(imageid){
	eval('document.all.favbtn'+ imageid+'.src=\'addtofavs.asp?image_id='+imageid+'\';');
}



