function set_main (img) {
        if(document.images)
                document.images['main'].src = img;
}

function cs(table,t) {
	if(t) {
		document.getElementById(table).className = "linkover";
	} else {
		document.getElementById(table).className = "linkout";
	}
}