function parentBust()
{
if (top.location !=self.location) {
	top.location.replace(self.location);
}	
}
function onLoad()
{
		pickImage();
		//resetForm();
}
function resetForm()
{
		document.searchForm.searchString.focus();	
}

