var ie = document.all && document.getElementById && !self.opera;
var swfUrl = "efincludes/swf/pageonfilling";
var swfWidth = 300;
var swfHeight = 450;

if(!parent.document.getElementById("templateframe")){
    if(ie){
        document.write('<P align=center><IMG style="border: solid 1px #bbbbbb;" alt="" hspace=0 src="efincludes/images/pageonfilling.gif" align=center border=0></P>');
    }else{
        var block = '<DIV align=center>';
        block += '<DIV class="divFlash">';
        block += '<DIV class="noflashContent noFlash"><IMG width="300" height="450" alt="" hspace=0 src="efincludes/images/pageonfilling.gif" align=center border=0></DIV>';
        block += '<DIV class=flashContent style="border: solid 1px #bbbbbb; width: 300px;">';
        document.write(block);
        executeFlash();
        block =  '</DIV></DIV></DIV>';
        document.write(block);
    }
}
