function i(s_Id)
{
	window.open('img.asp?id=' + s_Id,'img_win','WIDTH=500,HEIGHT=400,SCROLLBARS=YES,RESIZABLE,MENUBAR');
}