function OpenWindow(url){
	newWindow = window.open(url , 'zakoon_window', 'width=800 , height=600 , menubar=no , toolbar=no , scrollbars=yes , resizable=no , location=no , status=no');
	newWindow.focus();
}
