﻿<!--
function openImage(im,w,h)
{
file="images/"+im+".jpg";
picwin=window.open("","","resizable,left=100,width="+w+",height="+h+",left=100,top=100");
picwin.document.write('<head><title>~* Belynda Azhaar *~ Dance Artist</title></head><body bgcolor="#000000" leftmargin=0 topmargin=0><center><a href="javascript:window.close()"><img src='+file+' border=0 nosave title="close window"></a></center></body>');
}
// -->




