
function openRTWindow(url) {
	window.open(url, 'RT', 'width=400,height=250,screenX=100,screenY=100,toolbar=0,resizable=1,scrollbars=1');
}




