function openPop(address) {
	window.open(address,'Detalii','width=600,height=400,scrollbars=auto,resize=no,toolbar=no,location=no');
	return false;
}
