function openchat() {
	poptastic('http://www.rfury.com/bb/chat/?lang=en','RFuryChat'); return false;
}
function poptastic(url,name) {
	newwindow=window.open(url,name,'height=280, width=725, left=40, top=40, toolbar=no, menubar=no, directories=no, location=no, scrollbars=no, status=no, resizable=yes, fullscreen=no');
	if (window.focus) { newwindow.focus() }
}
