function room_anketa(id){

	w = 600;
	h = 500;
	l = parseInt(screen.width/2)  - parseInt(w/2);
	t = parseInt(screen.height/2) - parseInt(h/2) - 50;
	wid = '';
	window.open('/room/_anketa.php?id='+id, wid, 'top='+t+', left='+l+', width='+w+', height='+h+', toolbar=no, scrollbars=yes, resizable=no, status=no')

}

function room_message(id){

	w = 600;
	h = 550;
	l = parseInt(screen.width/2)  - parseInt(w/2);
	t = parseInt(screen.height/2) - parseInt(h/2) - 50;
	wid = '';
	window.open('/room/_message.php?id='+id, wid, 'top='+t+', left='+l+', width='+w+', height='+h+', toolbar=no, scrollbars=yes, resizable=no, status=no');

}
