function color(newC,color) {
    newC.bgColor = color
    newC.bgColor = color
}
function fcolor(td,id)
{
    td.style.color = id;
}
function textSelect(td,id)
{
    td.innerHTML = id;
}

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name',window.screen.height+','+window.screen.width+',resizable=0,modal=1,center=1;scroll=0;status=0');
	if (window.focus) {newwindow.focus()}
}

