';
ejs_pf_html += '
';
ejs_pf_html += '| ';
ejs_pf_html += ' |
| ';
ejs_pf_html += '
';
/* WINDOW */
function ejs_pf_open()
{
if(document.all&&document.getElementById)
{
ejs_pf_pop = window.open('about:blank','ejs_pf_pop','fullscreen,scrollbars');
ejs_pf_pop.moveTo(ejs_pf_X,ejs_pf_y);
ejs_pf_pop.resizeTo(ejs_pf_width,ejs_pf_height);
ejs_pf_pop.document.write(ejs_pf_html);
}
else
{
ejs_pf_pop = window.open('about:blank','ejs_pf_pop','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width='+ejs_pf_width+', height='+ejs_pf_height+', top='+ejs_pf_y+', left='+ejs_pf_X);
ejs_pf_pop.document.write(ejs_pf_html);
}
}
/* ONLOAD */
ejs_pf_open()