
	function delcomment(i)
	{
		if(confirm("bu yorumu silmek istedišinizden emin misiniz?")) xajax_delcomment(i);
	}
	
	function web()
	{
		document.getElementById('web').style.display='block';
		document.getElementById('bn').src='webbased/';
	}
	
	function ow(a,w,h) {window.open(a, '', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width='+w+', height='+h);return false;}

