<!--

function openNFC(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,location=0,status=0,addressbar=0,menubar=0,scrollbars=yes,location=0,resizable=1,width=800,height=800');");
}
function openAFC(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,location=0,status=0,addressbar=0,menubar=0,scrollbars=yes,location=0,resizable=1,width=800,height=800');");
}


//-->

