// JavaScript Document
function init_dw_Scroll() {
    var wndo = new dw_scrollObj('webdes', 'txtwebdes');
    wndo.setUpScrollControls('webdeslinks');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css/scroll.css');
    dw_Event.add( window, 'load', init_dw_Scroll);
}

function init_wv_Scroll() {
    var wndo = new dw_scrollObj('webdev', 'txtwebdev');
    wndo.setUpScrollControls('webdevlinks');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css/scroll.css');
    dw_Event.add( window, 'load', init_wv_Scroll);
}

function init_eco_Scroll() {
    var wndo = new dw_scrollObj('ecom', 'txtcom');
    wndo.setUpScrollControls('ecommerce');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css/scroll.css');
    dw_Event.add( window, 'load', init_eco_Scroll);
}
function init_seo_Scroll() {
    var wndo = new dw_scrollObj('seo', 'txtseo');
    wndo.setUpScrollControls('seolinks');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css/scroll.css');
    dw_Event.add( window, 'load', init_seo_Scroll);
}
function init_wmt_Scroll() {
    var wndo = new dw_scrollObj('webmat', 'txtwebmat');
    wndo.setUpScrollControls('webmatlinks');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css/scroll.css');
    dw_Event.add( window, 'load', init_wmt_Scroll);
}
function init_wht_Scroll() {
    var wndo = new dw_scrollObj('webhost', 'txtwebhost');
    wndo.setUpScrollControls('webhostlinks');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css/scroll.css');
    dw_Event.add( window, 'load', init_wht_Scroll);
}
