function openrbx(){
	winpos = "left=" + ((window.screen.width-800)/2) + ",top=" + ((window.screen.height-600)/2);
	var strPollUrl ='http://www.omti.com/mr/srvcheck.asp?servicetype=4';
	winstyle="width=800,height=600,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=0," + winpos;
	window.open(strPollUrl,'rbxchange',winstyle);

}

function open911(){
	winpos = "left=" + ((window.screen.width-800)/2) + ",top=" + ((window.screen.height-600)/2);
	var strPollUrl ='http://www.omti.com/mr/srvcheck.asp?servicetype=2';
	winstyle="width=800,height=600,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes," + winpos;
	window.open(strPollUrl,'onecall',winstyle);
}

function openlivechat(){ // MRLiveChat call (first, second level : 2005-03-07)
	var strUrl = 'http://www.omti.com/mr/srvcheck.asp?servicetype=1' ;
	window.open(strUrl, 'chatvw', 'scrollbars=no, status=no, toolbar=no, resizable=0, location=no, menu=no, width=507, height=330, top=0, left=0');
}

function openlivecommunity(){
	window.status=''
	return true
}