function ProfiloN(pgName)
{
	Profilo=window.open('/land/profilo.php?mode=&pg='+pgName,'Profilo'+pgName, 'scrollbars=yes,status=no,resizable=no,top=100,left=150,width=500,height=400');
}
function ProfiloI(pgID)
{
	Profilo=window.open('/land/profilo.php?mode=&id='+pgID,'Profilo'+pgID, 'scrollbars=yes,status=no,resizable=no,top=100,left=150,width=500,height=400');
}

function ViewEquip(obj)
{
	Object=window.open (obj,'ViewEquip'+obj, 'scrollbars=yes,status=no,resizable=no,top=100,left=0,width=600,height=400');
}
function equipN(eqp)
{
	Equip=window.open (eqp,'Equip', 'scrollbars=yes,status=no,resizable=no,top=100,left=0,width=800,height=400');
}

function Posta(obj)
{	Posta=window.open ('posta.php?mode='+obj,'Posta_', 'scrollbars=yes,status=no,resizable=no,top=100,left=150,width=500,height=400');
}