function arata(poza)
{
popup=window.open('','popup','resizable=no,scrollbars=yes,width=1, height=1,top=1,left=1');
popup.close();
mystring="";
mystring+="<html>\r\n";
mystring+="<head>\r\n";
mystring+="<META http-equiv=Content-Type content=\"text/html; charset=iso-8859-2\">\r\n";
mystring+="<META http-equiv=content-language content=ro>\r\n";
mystring+="<META content=\"Dan Iordachescu ~ Prim Solist al Operei Nationale Romane ~ Prim solist al Filarmonicii Romane, Profesor universitar de canto, baritone\" name=DC.Title>\r\n";
mystring+="<META content=Maniz Studio name=DC.Creator>\r\n";
mystring+="<META content=\"Dan Iordachescu ~ Bariton, Actor\" name=DC.Subject>\r\n";
mystring+="<META content=\"Dan Iordachescu - cel mai longeviv bariton Roman, canaret de opera si lied,mozart,bizet,lied,solist opera,actor opera, baritone\" name=DC.Description>\r\n";
mystring+="<META content=Maniz Studio name=DC.Publisher>\r\n";
mystring+="<META content=2005-01-01 name=DC.Date>\r\n";
mystring+="<META content=Text name=DC.Type>\r\n";
mystring+="<META content=text/html name=DC.Format>\r\n";
mystring+="<META content=http://www.daniordachescu.ro name=DC.Identifier>\r\n";
mystring+="<META content=ro name=DC.Language>\r\n";
mystring+="<META content=Maniz Studio name=author>\r\n";
mystring+="<META content=Maniz Studio name=publisher>\r\n";
mystring+="<META content=Maniz Studio name=copyright>\r\n";
mystring+="<META NAME=\"classification\" CONTENT=\"bariton,safe,bariton,cantaret,opera,lied,solist,profesor universitar,canto,muzica,teatru,actor,stagiune lirica\">\r\n";
mystring+="<META content=\"iordachescu,dan,baritone,safe,bariton,cantaret,opera,lied,solist,profesor universitar,canto,muzica,teatru,actor,opera\" name=keywords>\r\n";
mystring+="<META content=\"site de prezentare al unuia dintre cei mai mari baritoni internationali,Dan Iordachescu,actor,bariton,cantaret,lied,solist,opera,stagiune lirica,stagione lirica\" \r\n";
mystring+="name=description>\r\n";
mystring+="<META content=\"despre Dan Iordachescu - bariton roman,lied,cantaret,actor\" name=page-topic>\r\n";
mystring+="<META content=\"baritone,prezentation,cv,despre Dan Iordachescu,premii si distinctii,cetatenii de onoare,bariton,baritone,opera,actor,lied,muzica opereta,muzica opera,renumit bariotn, baritone\" name=page-type>\r\n";
mystring+="<META content=ALL name=audience>\r\n";
mystring+="<META content=ALL name=robots>\r\n";
mystring+="<META content=\"6 days\" name=revisit-after>\r\n";
mystring+="<meta name=\"robots\" content=\"index,follow all\">\r\n";
mystring+="<title>Dan Iordachescu - Bariton</title>\r\n";
mystring+="<link href=\"styles/stiluri.css\" rel=\"stylesheet\" type=\"text/css\">\r\n";
mystring+="<style type=\"text/css\">\r\n";
mystring+="<!--\r\n";
mystring+="body {\r\n";
mystring+="	margin-top: 0px;\r\n";
mystring+="}\r\n";
mystring+="-->\r\n";
mystring+="</style></head>\r\n";
mystring+="<body>\r\n";
mystring+="<table width=\"470\" height=\"485\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n";
mystring+="<tr>\r\n";
mystring+="<td width=\"470\" height=\"50\" bgcolor=\"#800000\"></td>\r\n";
mystring+="</tr>\r\n";
mystring+="<tr>\r\n";
mystring+="<td width=\"470\" height=\"15\">&nbsp;</td>\r\n";
mystring+="</tr>\r\n";
mystring+="<tr>\r\n";
mystring+="<td width=\"470\" height=\"420\" bgcolor=\"#CCCCCC\">";
mystring+="<img src=\"images/popup/";
mystring+=poza;
mystring+=" \" width=\"470\"></td>\r\n";
mystring+="  </tr>\r\n";
mystring+="</table>\r\n";
mystring+="</body>\r\n";
mystring+="</html>\r\n";
popup=window.open('','popup','resizable=no,scrollbars=yes,width=520, height=500,top=90,left=250')
popup.document.write(mystring);
popup.focus();


}
