function init_dw_Scroll() {
    var wndo = new dw_scrollObj('galleryalt', 'lyr1');
    wndo.setUpScrollControls('scrollLinks');
}

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


// Function to call image when clicked on feature services links
function callimgfunction(servicename)
{
	//alert(servicename);
	var myimgField = document.getElementById('FSonepiximg');
  document.getElementById('FSonepiximg').src='/images/info.gif?src=' + servicename ;
}
// Function to call image when clicked on feature services links
