
//jquery fontsizer

$(document).ready(function(){
	$('#fontsizer').jfontsizer({
		applyTo: '#main',
		changesmall: '2',
		changelarge: '2',
		expire: 30
	});
});


//pulldown menu
function OpenLink(){
var n = document.form1.link.selectedIndex;
if (n != 0){
location.href = document.form1.link.options[n].value;
}
}



















