function Set_Cookie(name,value,expires){var expires=new Date();expires.setTime(expires.getTime()+(24*60*60*1000*365));document.cookie=name+"=" +escape(value)+"; expires=" +expires.toGMTString()}function Get_Cookie(name){var start=document.cookie.indexOf(name+"=");var len=start+name.length+1;if((!start)&&(name!=document.cookie.substring(0,name.length)))return null;if(start==-1)return null;var end=document.cookie.indexOf(";",len);if(end==-1)end=document.cookie.length;return unescape(document.cookie.substring(len,end));}mySheet=Get_Cookie('stylesheet');if(mySheet!=null)
document.write('<LINK REL="stylesheet" HREF="'+mySheet+'.css">');else
document.write('<LINK REL="stylesheet" HREF="stylsheet.css">');function changeSheet(choice){if(choice==1)mySheet='arial7pt';if(choice==2)mySheet='arial8pt';if(choice==3)mySheet='stylsheet';if(choice==4)mySheet='arial10pt';if(choice==5)mySheet='arial11pt';if(choice==6)mySheet='arial12pt';if(choice==7)mySheet='arial13pt';if(choice==8)mySheet='arial14pt';if(choice==9)mySheet='comic7pt';if(choice==10)mySheet='comic8pt';if(choice==11)mySheet='comic9pt';if(choice==12)mySheet='comic10pt';if(choice==13)mySheet='comic11pt';if(choice==14)mySheet='comic12pt';if(choice==15)mySheet='comic13pt';if(choice==16)mySheet='comic14pt';if(choice==17)mySheet='times7pt';if(choice==18)mySheet='times8pt';if(choice==19)mySheet='times9pt';if(choice==20)mySheet='times10pt';if(choice==21)mySheet='times11pt';if(choice==22)mySheet='times12pt';if(choice==23)mySheet='times13pt';if(choice==24)mySheet='times14pt';}