<!--
function okno(x,y,pagename) {
window.open(pagename,"","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,height="+y+", width="+x)

}

function lon(ob,num) {
	if(num==1)ob.style.backgroundColor = '#8b8b44';
			ob.style.cursor = 'hand';
}
function lof(ob,num) {
	if(num==1) ob.style.backgroundColor = '#646400';
}


// -->
