<!--
function OpenNewWindow(tURL,tHeight,tWidth){
	var ObjWindow;
	ObjWindow=window.open(tURL,null,"height=" + tHeight + ",width=" + tWidth + ",resizable=0,status=0,toolbar=0,menubar=0,location=0,scrollbars=0");
}
//-->

//filter function will refresh grid on filtered items
function filterImages(s) {
	var loc;
	loc = "default.asp?page=1&filter=" + s;
	//alert(loc);
	parent.document.location.replace(loc);
}