<!--
    if (screen.height>=1024)
    { 
    var so = new SWFObject("fashion.swf", "Mauro_Cocilio_Fashion", "675", "770", "8", "#ffffff");
    } 
    else if (screen.height<1024 && screen.height>768)
    { 
     var so = new SWFObject("fashion.swf", "Mauro_Cocilio_Fashion", "608", "693", "8", "#ffffff");  
    }
    else 
    { 
     var so = new SWFObject("fashion.swf", "Mauro_Cocilio_Fashion", "506", "578", "8", "#ffffff");  
    }
    so.write("flashcontent");
//-->
