function bildirim(href, target)
{
	window.open(href, target, 'width=300, height=200, top=0, toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=0, resizable=1');
	return false;
}