function newimage(im)
{
	newwindow2=window.open();
	var tmp = newwindow2.document;
       	tmp.write('<html><head><style>a{text-decoration:none;}td{font-size:11px;font-family:verdana;}.link1 {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height:15px; font-weight: normal;text-decoration:none;}.link1:hover {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0000FF; line-height:15px; font-weight: normal; text-decoration:underline;}</style><title>Actors Gallery -- Chitramalika.com</title>');
        
tmp.write ('<body topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0><center>');
tmp.write('<iframe src="http://www.chitramalika.com/header_galleries.asp" frameborder="0" height=200 width=780></iframe>');

tmp.write('<iframe src="http://www.chitramalika.com/googlead.asp" frameborder="0" height=150 width=770></iframe>');



        tmp.write('<center><base target = "_blank">');


        tmp.write('<a href = "http://www.chitramalika.com/gad.asp"><img src =' + im + ' alt = "Click Here for Random Picture">' + '</a>');



tmp.write('<br><br><br><center><table width = 70%><tr><td align = left><a href = "http://www.chitramalika.com/wallpapers/"> <font face ="Arial" size =4><img src =  "http://www.chitramalika.com/images/wallpapers.jpg" border=0 align=absmiddle></a></font></td><td align=right><a href = "http://www.chitramalika.com/galleryhome.asp"> <font face ="Arial" size =4><img src = "http://www.chitramalika.com/images/galleries.jpg" border=0 align=absmiddle></a></font></td></tr></table><br><br>');

tmp.write('<br><br>');


tmp.write('<br><br><table align=center width=779 height=40 cellpadding=0 cellspacing=0 border=0><tr><td width=779 height=40 background="http://www.chitramalika.com/images/footer.jpg">&nbsp;</td></tr></table>');
tmp.write('</body></html>');
tmp.close();
}
