var win;
function OpenWindow3(mypage, myname, w, h, scroll) {
alert ("Details of the Ordinance hyperlinks to the Bilingual Laws Information System of Dept. of Justice.\n\n法例全文连结到律政司 : 双语法例资料系统。");	
	w=screen.width-60;
	h=screen.height-250;
var winw = (screen.width - w) / 2;
var winh = (screen.height - h) / 2;
var winprops = 'scrollbars=yes,toolbar=no,status=no,menubar=no,resizable=yes,directories=no,height='+h+',width='+w+',top='+winh+',left='+winw;
		if (win!=null && !win.closed)
		  win.close();
//alert(winprops)
win = window.open(mypage, myname, winprops);
//win.document.write("<meta http-equiv=\'content-type\' content=\'text/html; charset=utf-8\'>");
//win.document.write("<title>Details of the Ordinance hyperlinks to the Bilingual Laws Information System of Dept. of Justice 法例全文连结到律政司 : 双语法例资料系统</title>");
//win.document.write("<br><br><iframe src=\'"+mypage+"' id='BLIS' name='BLIS' height='"+(h-100)+"' width='"+(w-40)+"' frameborder='0'>");
//win.document.write("</iframe>");
//win.document.write("<iframe src=\'/new_icac/eng/comm/blisfooter.html\' id=\'footer\' name=\'footer\' height=\'70\' width=\'"+(w-40)+"' frameborder='0'>");
//win.document.write("</iframe>");

//win.document.write("<frameset rows=\'*,40\' border=\'0\'>");
//win.document.write("<frame src=\'"+mypage+"' name='top' noresize border='0'>");
//win.document.write("<frame src=\'http://www.icac.org.hk/new_icac/eng/comm/popfooter.html\' name=\'bottom\' noresize border=\'0\'>");
//win.document.write("</frameset>");
win.window.focus();
}

//var icacoc="http://www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*205*3*205#205";
//var pboc="http://www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*202*64*202.1#202.1";
//var ecicoc="http://www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*552*6*552#552";
//var icacogb="http://translate.legislation.gov.hk/gb/www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*205*3*205#205";
//var pbogb="http://translate.legislation.gov.hk/gb/www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*202*64*202#202";
//var ecicogb="http://translate.legislation.gov.hk/gb/www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*552*6*552#552";
//var icacoe="http://www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllEngDoc*205*3*205#205";
//var pboe="http://www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllEngDoc*202*64*202.1#202.1";
//var ecicoe="http://www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllEngDoc*552*6*552#552";

var blis_c = "http://sc.icac.org.hk/TuniS/www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*";
var blis_gb = "http://sc.icac.org.hk/TuniS/translate.legislation.gov.hk/gb/www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllChinDoc*";
var blis_e = "http://sc.icac.org.hk/TuniS/www.legislation.gov.hk/blis_ind.nsf/WebView?OpenAgent&vwpg=CurAllEngDoc*";

var icaco_no= "204";
var pbo_no= "201";
var ecico_no= "551";

var icaco = icaco_no+"*3*"+icaco_no+"#"+icaco_no;
var pbo = pbo_no+"*64*"+pbo_no+".1#"+pbo_no+".1";
var ecico = ecico_no+"*6*"+ecico_no+"#"+ecico_no;

var icacoc = blis_c+icaco;
var pboc = blis_c+pbo;
var ecicoc = blis_c+ecico;
var icacogb = blis_gb+icaco;
var pbogb = blis_gb+pbo;
var ecicogb = blis_gb+ecico;
var icacoe = blis_e+icaco;
var pboe = blis_e+pbo;
var ecicoe = blis_e+ecico;

