$(document).ready(function(){
		$('#chatOpen').click(function(){
				window.open('http://radionsm.lv/lv/chat', "NSMChat", "height = 560, width = 930, resizable = 0, toolbar = 0,menubar=0,status=0,location=0,toolbar=0,scrollbars=0'" );
		});

});
