function apri(textup,link,textdown)
{
	h=screen.height-70;
	var w=screen.width-5;
	newvindov=window.open("","_blank","top=0,left=0,resizable=yes,scrollbars=yes,width="+ w +",height="+ h);
	newvindov.document.writeln("<DIV ALIGN='left'><A HREF='javascript:self.close()'>Close</A></DIV>");
	newvindov.document.writeln("<CENTER>" + textup + "<BR><IMG SRC=" + link + " BORDER=3><BR></CENTER>");
}

