﻿// JScript 檔

function showImg(loc)
{
	window.open(loc,'view','scrollbars=no,menubar=no');
}

function ChangeOtherImg( SourcePath, GraphPath )
{
   
    var tb = eval("document.aspnetForm." + SourcePath);
    tb.src = GraphPath;
   //alert(SourcePath);
}
