
function change(form){
	page = document.forms["swForm"].page.options[document.forms["swForm"].page.selectedIndex].value
	window.location = page;
}

