function on(co,styl)
{
var styl2=styl+'_on';
co.className=styl2;
}

function off(co,styl)
{
co.className=styl;
}




function on(obj, img) {
        obj.src = 'http://stronywww.iq.pl/masaz/i/' + img + '_on.gif';
}
function off(obj, img) {
        obj.src = 'http://stronywww.iq.pl/masaz/i/' + img + '.gif';
}


