// Jast foreign chatbox
function popcbox() 
{
	cboxwin = window.open("","Cbox","width=330,height=375,toolbar=no,scrollbars=no,status=no,resizable=yes");
    cboxwin.document.write('<html><head><title>Cbox</title></head><frameset rows="*,75" frameborder="0" framespacing="0">');
	cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://www7.cbox.ws/box/?boxid=25775&amp;boxtag=tcep09&amp;sec=main" noresize="true" scrolling="auto" name="cboxmain" style="border:#DBE2ED 1px solid;"/>');
	cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://www7.cbox.ws/box/?boxid=25775&amp;boxtag=tcep09&amp;sec=form" noresize="true" scrolling="no" name="cboxform" style="border:#DBE2ED 1px solid;border-top:0px"/></frameset>');
	cboxwin.document.write('<noframes>Cbox needs frames!</noframes></html>');
	try 
	{
  		x = screen.width;
  		y = screen.height;
  		cboxwin.moveTo(Math.max((x/2)-100, 0), Math.max((y/3)-190));
 	} catch (e) {};
}
