
function initSkin()
{
    initDynamicMenus();
    initRolloverMenus();
    initPortletDeleteButtons();
    //Rotation Banners for OS (START)
    //
    // Call RotateBanner function defined in :
    // /shkco-web/framework/skins/shkonline/js/util.js
    //
    // RotateBanner(DelayTime) - to control the banner interval time
    //  
    var banner = new RotateBanner(
        [{img:'\/shkinfo\/en_US\/images\/fx_trader_pro_706x215_en.jpg', href:'http://www.shkdirect.com/product/en_US/foreign_exchange/main.html', winprop:'height=650,width=828,status=yes,toolbar=no,scrollbars=yes,menubar=no,location=no'},
	{img:'\/shkinfo\/en_US\/images\/706x215_en_v2.gif', href:'http://www.shkdirect.com/shkco-web/portal/portlets/whatsnews/whatsnewsDetail.portlet?_nfpb=true&siteLang_=en_US&_portlet.lafUniqueId=shkonlineDefinitionLabel_1&_portlet.portalUrl=/shkco-web/portal/shkdirect.portal&_portlet.portalId=portal_shkdirect_portal&_portlet.contentType=text/html;+charset=UTF-8&id=10076&locale=en_US', winprop:'height=650,width=828,status=yes,toolbar=no,scrollbars=yes,menubar=no,location=no'},
	{img:'\/shkinfo\/en_US\/images\/banner_os_v3_en_01-optimized.jpg', href:'http://www.shkf.com/index.html', winprop:'height=768,width=1024,status=yes,toolbar=yes,scrollbars=yes,menubar=no,location=no'}],
        [{img:'\/shkinfo\/zh_TW\/images\/fx_trader_pro_706x215_ch.jpg', href:'http://www.shkdirect.com/product/zh_TW/foreign_exchange/main.html', winprop:'height=650,width=828,status=yes,toolbar=yes,scrollbars=yes,menubar=no,location=no'},
	{img:'\/shkinfo\/zh_TW\/images\/706x215_ch_v2.gif', href:'http://www.shkdirect.com/shkco-web/portal/portlets/whatsnews/whatsnewsDetail.portlet?_nfpb=true&siteLang_=zh_TW&_portlet.lafUniqueId=shkonlineDefinitionLabel_1&_portlet.portalUrl=/shkco-web/portal/shkdirect.portal&_portlet.portalId=portal_shkdirect_portal&_portlet.contentType=text/html;+charset=UTF-8&id=10076&locale=zh_TW', winprop:'height=650,width=828,status=yes,toolbar=no,scrollbars=yes,menubar=no,location=no'},
         {img:'\/shkinfo\/zh_TW\/images\/banner_os_v3_tc_01-optimized.jpg', href:'http://www.shkf.com/index_b5.html', winprop:'height=768,width=1024,status=yes,toolbar=yes,scrollbars=yes,menubar=no,location=no'}], 
         15000, "homebannerAnchor", "homebannerImg", "OpenStr");
    banner.nextImg();
    //
    // Call Rotation Banners for OS (END)
    // See the comments in float.js about this function...
    //initPortletFloatButtons();
}
