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 popUpSize(url)
{
	newwindow=window.open(url,"name","width=610,height=600,toolbar=no,scrollbars=yes");
	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 popUpEmailList(url)
{
	newwindow=window.open(url,"name","width=500,height=515,scrollbars=yes,");
	if (window.focus) {newwindow.focus()}
}