function showpopup(sFile,width,height)
{
	var win = window.open("popUp.html?File=" + sFile, 'EnlargeView', "width="+width+", height="+height+", left=20, top=20");
	win.focus( );
}
