/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(navigator.appName.indexOf("Microsoft Internet Explorer") != -1)
{
  document.write("<link href=../explorer.css rel=stylesheet type=text/css />");
}else{
   document.write("<link href=../jgrafic.css rel=stylesheet type=text/css />"); }