

iePath='inc/styleIe.css'; // percorso del foglio di stile da applicare a Internet Explorer

if (!document.layers)
   document.writeln('<link rel=stylesheet type=text/css href=' + iePath +'>');
		
