// PullDownmenu
// 2008.6.24

// TextPageBacknumber

function Back(parts){
	location=parts.options[parts.selectedIndex].value;	
}
