function imcard(par,name){
winn=window.open("","_blank","height="+screen.Height+",width="+screen.Width+",channelmode=0,toolbar=0,location=0,resizable=1,directories=0,status=0,menubar=0,scrollbars=1");
winn.document.write("<html><head><title>"+name+"</title></head><body><table width=100% height=100%><tr><td  valign=middle align=center><img  border=1 src=\"Card/Images/"+par+"\" ></td></tr></table></body></html>");

window.event.returnValue = false;
}
