﻿function openPopup(pic)
{	var win;
	win=window.open('../ComTools/popup.aspx?pic='+pic,'popup','resizable=yes,scrollbars=yes,top=20,left=20,width=500,height=500');
}
