﻿addOnLoadEvent(menuHover);
hs.registerOverlay({ thumbnailId: null, overlayId: 'controlbar', position: 'top right', hideOnMouseOut: true });
hs.graphicsDir = '/jscript/highslide/graphics/'; hs.outlineType = 'rounded-white'; hs.showCredits = false; hs.align = 'center';

function loadSWF(cSWF) {
    var flashvars = {};
    var params = {};
    params.wmode = "transparent";
    params.play = "true";
    params.loop = "false";
    var attributes = {};
    attributes.styleclass = "flashPlayer";
    swfobject.embedSWF(cSWF, "flashPlayer", "220", "150", "9.0.0", "/jscript/swfobject/expressInstall.swf", flashvars, params, attributes);
}
