var Color = { "White":"#FFFFFF", "Blue":"#115779", "Black":"#000000", "Orange":"#ff7800", "Gray":"#959595"}

var domain = (document.domain == "localhost" || document.domain == "192.168.140.50") ? "localhost:8080/sim2000/2010" : "www.sim2000imaging.com";
/*var domain = (document.domain == "www.sim2000imaging.com") ? "www.sim2000imaging.com/2010/" : "www.mini-duck.co.uk";*/
var arial = { src: 'http://' + domain + '/media/arial.swf',wmode: 'transparent' };

// Next, activate sIFR:
sIFR.activate(arial);

sIFR.replace(arial, { selector: '.sifr', css: {																															// Gray Headings
      ".sIFR-root":    { 'color': Color.Gray, 'font-weight':'bold'},							// =============
      "a:link":        { 'color': Color.Gray, 'text-decoration': 'none' },														// Hosts styles for all gray headings
      "a:hover":       { 'color': Color.Gray, 'text-decoration': 'underline' }},
        filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 1
        
      }   }
, selectable: false,  transparent: true,preventWrap: true });

sIFR.replace(arial, { selector: '.sifrorange', css: {																															// Gray Headings
      ".sIFR-root":    { 'color': Color.Orange , 'font-weight':'bold'},							// =============
      "a:link":        { 'color': Color.Orange, 'text-decoration': 'none' },														// Hosts styles for all gray headings
      "a:hover":       { 'color': Color.Orange, 'text-decoration': 'underline' }},
        filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#ffffff'
        ,strength: 1
        
      }   }
, selectable: false,  transparent: true,preventWrap: true });

sIFR.replace(arial, { selector: '.vignettebutton .middle', css: {																															// Gray Headings
      ".sIFR-root":    { 'color': Color.White,'font-size':'12px','text-transform':'uppercase','font-weight':'bold', 'text-align':'center'},							// =============
      "a:link":        { 'color': Color.White, 'text-decoration': 'none' },														// Hosts styles for all gray headings
      "a:hover":       { 'color': Color.White, 'text-decoration': 'underline' }},
        filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#aa1e22'
        ,alpha: .2
        ,strength: 1
        ,angle:-90

      }   }
, selectable: false,  transparent: true,preventWrap: true });
