<!--
var RootDirectory=""

function popup(URL,W,H,name)
{ window.open (RootDirectory + URL,name,"width="+ W +",height=" + H +",location=0, top=0,left=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=1,toolbar=0") }
-->

