var Fb = '';

function WriteFb(Fb) {
parent.frames[0].document.clear();
parent.frames[0].document.open();
parent.frames[0].document.writeln ("<html>");
parent.frames[0].document.writeln ("<body bgcolor=#000055 text=yellow background=\"image.gif\">");
parent.frames[0].document.writeln ("<font><center><b>");
parent.frames[0].document.writeln (Fb);
parent.frames[0].document.writeln ("</b></center></font></body></html>");
parent.frames[0].document.close();
}
function dimByd(){}

