function popUpComanda(url)
{
	newwindow=window.open(url,'name','width=450,height=600,scrollbars=yes,');
	if (window.focus) {newwindow.focus()}
}

function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}

function popUpMasura(url)
{
	newwindow=window.open(url,"name","width=450,height=600");
	if (window.focus) {newwindow.focus()}
}

function popUpIntrebare(url)
{
	newwindow=window.open(url,"name","width=450,height=600");
	if (window.focus) {newwindow.focus()}
}

function popUpCurier(url)
{
	newwindow=window.open(url,"name","width=450,height=600,toolbar=no,scrollbars=yes");
	if (window.focus) {newwindow.focus()}
}

function popUpPassword(url)
{
	newwindow=window.open(url,"name","width=450,height=600");
	if (window.focus) {newwindow.focus()}
}

function popUpInscrieri(url)
	{
		newwindow=window.open(url,"name","width=450,height=600,scrollbars=yes,");
		if (window.focus) {newwindow.focus()}
	}
	
function popUpAddressBook(url)
{
	newwindow=window.open(url,"name","width=785,height=600,scrollbars=yes");
	if (window.focus) {newwindow.focus()}
}