function quest(ch,num) {
    num = "question/q"+ch+"-"+num+".html";
    window.open(num,null,"height=200,width=200,position=center,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resize=no");
  }
function glossary(i) {
    num = "glossary.html#"+i+"";
    window.open(num,null,"height=400,width=600,left=20,top20,status=no,toolbar=yes,menubar=no,location=no,scrollbars=yes,resize=no");
  }
function app(i) {
    num = "app"+i+".html";
    window.open(num,null,"height=400,width=600,left=20,top=20,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");
}
function show(ch,num,x,y,name,type) {
	action = window.open('',null,"height="+(y+20)+",width="+(x+20)+",left=20,top=20,status=no,toolbar=yes,menubar,location=no,scrollbars=yes");
	action.document.open();
	action.document.writeln('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title>'+name+' '+ch+'_'+num+'</title></head>');
	action.document.writeln('<body onblur="self.close()" bgcolor=#ffffff topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0><table border=0 cellspacing=0 cellpadding=0 width=100% height=100% align=center><tr><td width=100% height=100% align=center valign=middle><a href="javascript:self.close()"><img src="fig/hi/'+type+''+ch+'_'+num+'hi.gif" height='+y+' width='+x+' border=0 align=absmiddle alt="Click to close window" title="Click to close window"></a></td></tr></table>
<SCRIPT LANGUAGE='JAVASCRIPT'>
var s_account='WBEXTDEVEDUPROGRAM,WBGLOBALEXT';
var s_prop13="WBI";
var s_pageName="Home > Learning > Development Education Program > DepWeb > Beyond"
var s_channel="WBI Development Education Program EXT";
var s_hier1="WBI,WBI DEVELOPMENT EDUCATION PROGRAM EXT,Home > Learning > Development Education Program > DepWeb > Beyond";
var s_prop34="wbi_depweb";
</SCRIPT>

<SCRIPT LANGUAGE='JAVASCRIPT' SRC='http://siteresources.worldbank.org/scripts/omniture/g9/s_code_remote.js'>
</script>

</body>');
	action.document.writeln('</html>');
	action.document.close();
}
