
function openBlank() {
  switch (document.blankmenu.selected.selectedIndex) {
    case 0 : break;
    case 1 : window.open("about:blank", "_blank", "location=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,width=600,height=332");break;
    case 2 : window.open("about:blank", "_blank", "width=800,height=452,location=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes");break;
    case 3 : window.open("about:blank", "_blank", "width=1010,height=620,location=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes");break;
  }
}

function hy(LinkObject)	{
	//LinkObject.style.background='rgb(204,204,243)';
	LinkObject.style.background='rgb(239,139,129)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(115,123,156)';
}


function by(LinkObject)	{
	LinkObject.style.background='rgb(238,238,243)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(238,238,243)';
}