/**
 * Scripts for infomedia
 *
 * $Id: 76_portal.js,v 1.1.1.1 2009-03-19 12:37:44 ferencza Exp $
 */


function initFloater() {
  // args: id, left, top, w, h, duration of glide to location onscroll, acceleration factor
  // acceleration factor should be -1 to 1. -1 is full deceleration
  var statLayer = new Glider("adzoneFloat", 785, 20, null, null, 1000, -1);
  statLayer.show();
}

//function parseCSSrules() {
  //for ( i = 0; i < document.styleSheets.length; i++ ) {
    //if ( document.styleSheets(i).owningElement.tagName == "STYLE" )
    //{
        //for ( j = 0; j < document.styleSheets(i).imports.length; j++ )
            //alert("Imported style sheet " + j + " is at " +
                   //document.styleSheets(i).imports(j).href);
    //} else {
      //alert("Linked styleSheet " + i + " is " + document.styleSheets(i).href);
    //}
  //}
//}

//function setCSSrules() {
  //var footer_menu = document.getElementById("footer-menu");
  //if (footer_menu) {
    //footer_menu.firstChild.firstChild.style.border = "none";
  //}
//}

//function init() {
  //if (document.all) {
    //setCSSrules();
    //parseCSSrules();
  //}

//}

//addEventHandler(window, "load", init);

