// funkcije koje se koriste za povezivanje na addressbook
	//document.domain="simobil.net";
	//var popup=null;
	function popupSearchWindow(uid,type,field){
		//alert("http://addressbook.simobil.net/entries.php?uid=" + uid + "&type=" + type);
		//popup=window.open("http://addressbook.simobil.net/entries.php?uid=" + uid + "&type=" + type, field, "Height=500,Width=500");
		popup=window.open("http://registration.simobil.net/AddressBook/PHP/entries.php?uid=" + uid + "&type=" + type, field, "Height=500,Width=500");

	}


