
function imgShow(FilePath)
{
	var win;	
	win = window.open('popup.htm?'+FilePath,'VMImport_Viewer','height=10,width=300,scrollbars=yes,resizable=yes,titlebar=no,toolbar=no') ;
}

function fnLink(id)
{
	var win;	
	win = window.open('detail.aspx?i='+id,'VMImport_Viewer','height=350,width=360,scrollbars=yes,resizable=yes,titlebar=no,toolbar=no') ;
}
