//PC and browser identificatio: MS Explorer-Navigator & PC-MAC
if(document.all) {	// Mozilla
 if(navigator.platform == "Win32") {
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ie_video.css" media="screen">');
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ie_stampa.css" media="print">');
 } else {
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ie_video.css" media="screen">');
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ie_stampa.css" media="print">');
 }
} else {
 if(navigator.platform == "Win32") {
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ns_video.css" media="screen">');
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ns_stampa.css" media="print">');
 } else {
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ns_video.css" media="screen">');
  document.write('<link rel="stylesheet" type="text/css" href="../../codice/style_pc_ns_stampa.css" media="print">');
 }
}
