function thmenPAA(o) {

	o.style.backgroundColor = 'ffffff';
}

function thmenAV(o) {

	o.style.backgroundColor = 'cccccc';
}

function oppnawin01(URL,x,y) {
	window.open(URL,"windowname","left=50,top=0,screenX=50,screenY=0,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=" + x + ",height=" + y);
}

function gor_saker(value){
	if (value){
		window.open(value);
	}
}
