function showDetailPopup(sPage) 
{
	wWinZoom = window.open(sPage, 'wZoom', 'top=100,left=100,width=830,height=590,scrollbars=no,location=no,toolbars=no,directories=no,resizable=no');
}