function openPic(pic_url, width, height)
{	
	width = width + 25
	height = height + 35
	window.open(pic_url, 'the_pic', "status=0,toolbar=0,titlebar=0,menubar=0,margin=0,location=0,scrollbars=0,resizable=0,width=" + width + ",height=" + height);
}

function resetSearchValue ()
{
 document.searching.searchString.value = ""
}

function resetUserValue ()
{
 document.loginForm.userInput.value = ""
}

function resetPassValue ()
{
 document.loginForm.passInput.value = ""
}