//
function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#F4F4F7";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#BEDCD9";
}
}

function vs_open_window(openbrse, openbrna, openbrop) {
	var windowname = window.open(openbrse,openbrna,openbrop)
	if (windowname){
	if (windowname.focus){
	windowname.focus();}}
	return windowname;
}

