var marquee1=utilObj.defineMarquee({
 	name:"marquee1",
 	visible:true,
        position:'absolute',
        w:260,
        h:40,
        z:0,
        shiftDirection:'left',
        shiftAmount:1,
        shiftDelay:40,
        marqueeShowContentDelay:0,
        marqueeStartShiftingDelay:0,
        showWhenStart_Displacement:0,
        showWhenStop_DisplacementFrom:'ending',
        loopNum:1,
        noMouseEvent:true,
        contentAttribute:{w:260,h:40,content:'<table width=260 height=40 border=0 cellspacing=0 cellpadding=0><tr valign=middle><td width=40> <img width=40 height=40 src="images/cat1.gif"> <td width=100%>&nbsp;&nbsp;<font style="font-size:12px;color:000000;font-weight:bold">&#12486;&#12540;&#12502;&#12523;&#12510;&#12490;&#12540;<br>&nbsp;&nbsp;&nbsp;&nbsp;Table Manner</font></td></tr></table>'},
        clipWindowAttribute:{x:0,y:0,w:260,h:40}
});


marquee1.construct();

