function highRow(LinkObject)	{
	LinkObject.style.color='#FFFFFF';
	LinkObject.style.background='#86BD27'; //LinkObject.style.background='#9C9277';cursor:hand
	LinkObject.style.cursor='hand';
}

function lowRow(LinkObject)	{
	LinkObject.style.color='#21467B';
	LinkObject.style.background='#FFFFFF'; //LinkObject.style.background='#B2AB97';
}

//function highRow_menu(LinkObject)	{
//	LinkObject.style.color='#FFFFFF';
//	LinkObject.style.background='#9C9277';
//
//}

//function lowRow_menu(LinkObject)	{
//	LinkObject.style.color='#000000';
//	LinkObject.style.background='#877E63';
//}

function overLink(appId){
	window.location.href='?page=rekrutacja&appId='+appId;
}
