function LinkEkle(url)
	{
	window.open(url,null,"scrollbars=yes,height=480,width=600,status=yes,resizable=yes");
	}
