function popUp(strURL,strType,strHeight,strWidth) {
var strOptions="";
if (strType=="console") strOptions="scrollbars,resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;
window.open(strURL, 'newWin', strOptions);
}

function change1(position,id0,id1) {

var cell15=document.getElementById(id0);
var cell8=document.getElementById(id1);

	if (position=='in') {
		cell15.style.backgroundColor='#FFE2D4';
		cell8.style.backgroundColor='#FF0000';
	} else {
		cell15.style.backgroundColor='#E8EAEB';
		cell8.style.backgroundColor='#CFB1D0';
	}
}

function change2(position,id0,id1) {

var cell2=document.getElementById(id0);
var cell9=document.getElementById(id1);

	if (position=='in') {
		cell2.style.backgroundColor='#D3EFFF';
		cell9.style.backgroundColor='#FF0000';
	} else {
		cell2.style.backgroundColor='#E8EAEB';
		cell9.style.backgroundColor='#CFB1D0';
	}
}

function change3(position,id0,id1) {

var cell3=document.getElementById(id0);
var cell10=document.getElementById(id1);

	if (position=='in') {
		cell3.style.backgroundColor='#D3FFDA';
		cell10.style.backgroundColor='#FF0000';
	} else {
		cell3.style.backgroundColor='#E8EAEB';
		cell10.style.backgroundColor='#CFB1D0';
	}
}

function change4(position,id0,id1) {

var cell4=document.getElementById(id0);
var cell11=document.getElementById(id1);

	if (position=='in') {
		cell4.style.backgroundColor='#F7FFD3';
		cell11.style.backgroundColor='#FF0000';
	} else {
		cell4.style.backgroundColor='#E8EAEB';
		cell11.style.backgroundColor='#CFB1D0';
	}
}

function change5(position,id0,id1) {

var cell5=document.getElementById(id0);
var cell12=document.getElementById(id1);

	if (position=='in') {
		cell5.style.backgroundColor='#D9D3FF';
		cell12.style.backgroundColor='#FF0000';
	} else {
		cell5.style.backgroundColor='#E8EAEB';
		cell12.style.backgroundColor='#CFB1D0';
	}
}

function change6(position,id0,id1) {

var cell6=document.getElementById(id0);
var cell13=document.getElementById(id1);

	if (position=='in') {
		cell6.style.backgroundColor='#EFD3FF';
		cell13.style.backgroundColor='#FF0000';
	} else {
		cell6.style.backgroundColor='#E8EAEB';
		cell13.style.backgroundColor='#CFB1D0';
	}
}

function change7(position,id0,id1) {

var cell7=document.getElementById(id0);
var cell14=document.getElementById(id1);

	if (position=='in') {
		cell7.style.backgroundColor='#FFD3D3';
		cell14.style.backgroundColor='#FF0000';
	} else {
		cell7.style.backgroundColor='#E8EAEB';
		cell14.style.backgroundColor='#CFB1D0';
	}
}

function SymError()
{
  return true;
}
window.onerror = SymError;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

