
function init_dw_Scroll() {
    var wndo1 = new dw_scrollObj('wn1', 'lyr1');
    wndo1.setUpScrollbar("dragBar1", "track1", "v", 1, 1);
    wndo1.setUpScrollControls('scrollbar1');
    
    var wndo2 = new dw_scrollObj('wn2', 'lyr2', 'imgTbl');
    wndo2.setUpScrollbar("dragBar2", "track2", "v", 1, 1);
    wndo2.setUpScrollbar("dragBar3", "track3", "h", 1, 1);
    wndo2.setUpScrollControls('scrollbar2');
    wndo2.setUpScrollControls('scrollbar3');
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    dw_writeStyleSheet('css/scroll_multi.css');
    dw_Event.add( window, 'load', init_dw_Scroll);
}
function mouseover1()
{
document.getElementById("div-7_").style.backgroundImage="url(images/button_07.png)";
}
function mouseout1()
{
document.getElementById("div-7_").style.backgroundImage="url(images/div_7.png)";
}
function mouseover2()
{
document.getElementById("div-10_").style.backgroundImage="url(images/button_10.png)";
}
function mouseout2()
{
document.getElementById("div-10_").style.backgroundImage="url(images/div_10.png)";
}
function mouseover3()
{
document.getElementById("div-11_").style.backgroundImage="url(images/button_11.png)";
}
function mouseout3()
{
document.getElementById("div-11_").style.backgroundImage="url(images/div_11.png)";
}
function mouseover4()
{
document.getElementById("div-12_").style.backgroundImage="url(images/button_12.png)";
}
function mouseout4()
{
document.getElementById("div-12_").style.backgroundImage="url(images/div_12.png)";
}
function mouseover5()
{
document.getElementById("div-13_").style.backgroundImage="url(images/button_13.png)";
}
function mouseout5()
{
document.getElementById("div-13_").style.backgroundImage="url(images/div_13.png)";
}
function mouseover8()
{
	document.getElementById("test33").style.backgroundImage="url(images/button_13.png)";
}
function mouseout8()
{
	document.getElementById("test33").style.backgroundImage="url(images/div_13.png)";
}
function mouseover9()
{
	document.getElementById("test133").style.backgroundImage="url(images/button_13.png)";
}
function mouseout9()
{
	document.getElementById("test133").style.backgroundImage="url(images/div_13.png)";
}
function mouseover10()
{
	document.getElementById("test133").style.backgroundImage="url(images/button_13.png)";
}
function mouseout10()
{
	document.getElementById("test133").style.backgroundImage="url(images/div_13.png)";
}
function mouseover6()
{
document.getElementById("div-14_").style.backgroundImage="url(images/button_14.png)";
}
function mouseout6()
{
document.getElementById("div-14_").style.backgroundImage="url(images/div_14.png)";
}
function mouseover7()
{
document.getElementById("div-15_").style.backgroundImage="url(images/button_15.png)";
}
function mouseout7()
{
document.getElementById("div-15_").style.backgroundImage="url(images/div_15.png)";
}
