function openWin(intID) {
	aWindow=window.open("ViewDetails.asp?ID="+intID,"wndDetails","width=500,height=410,scrollbars=yes");
}
