﻿// ###################### 新開視窗 #######################
function adv_fig(lcvalue,lcwidth,lcheight){
    var lefts = (screen.width - lcwidth) / 2;
    var tops = (screen.height - lcheight) / 2;
    window.open('h_adv_fig.htm?id='+lcvalue,'adv','top='+tops+',left='+lefts+',width='+lcwidth+',height='+lcheight+',toolbar=0,menubar=0,location=0,resizable=0,directories=0,status=0');
}
