function showPholiot(p) { rgb = '0x' + p.bgcolor.substr(1); document.write('' + "\n"); document.write(''); document.write(' '); document.write(''); document.write(' '); document.write(' ' + "\n"); document.write('' + "\n"); document.write(''); } function pholiotImageOpen(uri,width,height,close){ newwin = window.open("", "pholiotimg", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width="+width+",height="+height); newwin.window.focus(); newwin.document.open(); newwin.document.write('Pholiot'); if (close) { newwin.document.write(''); } newwin.document.write(''); if (close) { newwin.document.write(''); } newwin.document.write(''); newwin.document.close(); }