var eur;
function posit()
{
 eur.moveTo(screen.width-590,screen.height0);
 eur.focus();
}
function eu()
{
eur=window.open ("../html/1000_euro.html","","width=580,height=570,menuebar=no,scrollbars=no,resizable=yes");
posit()
}
