/* AUTHOR: Alan Burkhart */
/* Creation date: 12/18/2004 */

	if (screen.width>=1280){document.write('<LINK rel="stylesheet" href="style_large.css">');}
	if (screen.width<=1024 & screen.width>800){document.write('<LINK rel="stylesheet" href="style_med.css">');}
	if (screen.width<=800){document.write('<LINK rel="stylesheet" href="style_small.css">');}