function showRoynetPopUp(){
	
	/*
	if(navigator.appName == "Netscape"){
		window.open("/rbs-net.asp","RBS","top=10,left=10,scrollbars=1,width=300,height=250");
	}
	else
	{
		window.showModalDialog("/rbs.asp","RBS","dialogWidth:300px;dialogHeight:350px");
	}
	*/

	return true;
}