/***    JS Functions    ***/
/*********************************/
function page_load(fvalue) { 
	page = fvalue.options[fvalue.selectedIndex].value;
	window.location = page;
}