var str = navigator.userAgent;

if (str.search("Firefox")!=-1) {
	
	if (str.search("Macintosh")!=-1) {
	
		document.write("<link rel='icon' href='./images/template/icona.png' />")
    	document.write("<link rel='stylesheet' href='./css/style_firefox_OSX.css' type='text/css' />");
    	document.write("<link rel='stylesheet' href='./css/niceforms_firefox_OSX.css' type='text/css' />");
		document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
		document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_firefox.js'></script>");
	}
	else if (str.search("Windows")!=-1) {
	
		document.write("<link rel='icon' href='./images/template/icona.png' />")
    	document.write("<link rel='stylesheet' href='./css/style_firefox_Windows.css' type='text/css' />");
    	document.write("<link rel='stylesheet' href='./css/niceforms_firefox_Windows.css' type='text/css' />");
		document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
		document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_firefox.js'></script>");
	}
	else { //generico
	
		document.write("<link rel='icon' href='./images/template/icona.png' />")
    	document.write("<link rel='stylesheet' href='./css/style_firefox_OSX.css' type='text/css' />");
    	document.write("<link rel='stylesheet' href='./css/niceforms_firefox_OSX.css' type='text/css' />");
		document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
		document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_firefox.js'></script>");
	}	
}
else if (str.search("Safari")!=-1){
	
	document.write("<link rel='icon' href='./images/template/icona.png' />")
    document.write("<link rel='stylesheet' href='./css/style_safari.css' type='text/css' />");
    document.write("<link rel='stylesheet' href='./css/niceforms_safari.css' type='text/css' />");
	document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
	document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_safari.js'></script>");	
}
else if (str.search("Opera")!=-1) {
	
	document.write("<link rel='icon' href='./images/template/icona.png' />")
    document.write("<link rel='stylesheet' href='./css/style_opera.css' type='text/css' />");
    document.write("<link rel='stylesheet' href='./css/niceforms_opera.css' type='text/css' />");
	document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
	document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_opera.js'></script>");	
}
else if (str.search("MSIE")!=-1) {
	
	var str2 = navigator.appVersion;
	if (str.search("MSIE 7.0")!=-1) {
		
		document.write("<link rel='icon' href='./images/template/icona.ico' />")
    	document.write("<link rel='stylesheet' href='./css/style_iexplorer7.css' type='text/css' />");
    	document.write("<link rel='stylesheet' href='./css/niceforms_iexplorer7.css' type='text/css' />");
		document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
		document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_iexplorer7.js'></script>");
	}
	else if (str.search("MSIE 8.0")!=-1) {
		
		document.write("<link rel='icon' href='./images/template/icona.ico' />")
    	document.write("<link rel='stylesheet' href='./css/style_iexplorer8.css' type='text/css' />");
    	document.write("<link rel='stylesheet' href='./css/niceforms_iexplorer8.css' type='text/css' />");
		document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
		document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_iexplorer8.js'></script>");
	}
	else { //generico
		
		document.write("<link rel='icon' href='./images/template/icona.ico' />")
    	document.write("<link rel='stylesheet' href='./css/style_iexplorer7.css' type='text/css' />");
    	document.write("<link rel='stylesheet' href='./css/niceforms_iexplorer7.css' type='text/css' />");
		document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
		document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_iexplorer7.js'></script>");
	}
}
else { //generico

	document.write("<link rel='icon' href='./images/template/icona.png' />")
	document.write("<link rel='stylesheet' href='./css/style_firefox_OSX.css' type='text/css' />");
	document.write("<link rel='stylesheet' href='./css/niceforms_firefox_OSX.css' type='text/css' />");
	document.write("<link rel='stylesheet' href='./css/shadowbox.css' type='text/css' />");
	document.write("<script language='javascript' type='text/javascript' src='./javascript/niceforms_firefox.js'></script>");
}