// CREDITS:
// Copyright (c) 2003 Luigi Forte. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// info@fiammerosse.it

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a highly visible link to
// http://www.fiammerosse.it
// where this script will be featured

var s_width ='';
s_width=screen.width
if (s_width == "640"){document.open(); document.write('<link href="fiamme640.css" rel="stylesheet">');}
if (s_width == "800"){document.open(); document.write('<link href="fiamme800.css" rel="stylesheet">');}
if (s_width == "848"){document.open(); document.write('<link href="fiamme848.css" rel="stylesheet">');}
if (s_width == "1024"){document.open(); document.write('<link href="fiamme1024.css" rel="stylesheet">');}
if (s_width == "1152"){document.open(); document.write('<link href="fiamme1152.css" rel="stylesheet">');}
if (s_width == "1280"){document.open(); document.write('<link href="fiamme1280.css" rel="stylesheet">');}
if (s_width == "1600"){document.open(); document.write('<link href="fiamme1600.css" rel="stylesheet">');}
if (s_width > "1600"){document.open(); document.write('<link href="fiamme1600.css" rel="stylesheet">');}