<!--

function Exit()
{
	parent.window.close();
}

function amore(id) {
remoteWin =window.open("amore.php?aplid="+id,"nw","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=360,height=360");
}

function photoentry() {
location.href='/send/index.php';
}

function photoentry2() {
remoteWin =window.open("/form/entry.php","pe","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=660");
}

// -->