// JavaScript Document
function ShowImage(caller)
{

	var popUpWin=window.open( '../../showimage.html?i=' + caller.src + '','frmImage','toolbar=no,resizable=yes,top=50,left=50,width=360,height=410');
	if (window.focus)
	{
		popUpWin.focus();
	}
}