/************************************************
Opens a new browser window with options
*************************************************/
function uc_openWin(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function writeText(txt)
{
document.getElementById("desc").innerHTML=txt;
}
