function ws(s)
{
	document.write(s);
}
function go2(url)
{
	window.location.href = url;
}
function cbgc(obj, bgc)
{
	obj.style.backgroundColor = bgc;
}
function showPopUnder(id)
{
	alert("hello from " + id);
	return true;
}