
function adjust_type_top(x){

if (x == 'Monuments')
 {
 document.forms['cssearch_top'].type[3].value = 'museumlocation';
 document.forms['cssearch_top'].cw1.value = '11';
 }

}

function adjust_text_top(){

if (document.forms['cssearch_top'].query.value != '') 

	{
	document.forms['cssearch_top'].type[0].value = 'keyword';
	}

return true;

}


function adjust_type_bottom(x){

if (x == 'Monuments')
 {
 document.forms['cssearch_bottom'].type[3].value = 'museumlocation';
 document.forms['cssearch_bottom'].cw1.value = '11';
 }

}

function adjust_text_bottom(){

if (document.forms['cssearch_bottom'].query.value != '') 

	{
	document.forms['cssearch_bottom'].type[0].value = 'keyword';
	}

return true;

}


