function oeffne(location, title)
{
window.open(location,title,"width=310,height=400,left=320,top=50");
}


function cleanit(thefield)
{
	if(thefield.defaultValue==thefield.value)
	{
	thefield.value="";
	};
}