
var oPopup=window.createPopup();
var popTop=50;
function popmsg(msgstr){
var winstr="<table  width='200' height='160' border='0' cellpadding='0' cellspacing='0' >";
winstr+="<tr><td height='30'> </td></tr><tr><td align='center'><table width='90%' height='110' border='0' cellpadding='0' cellspacing='0'>";
winstr+="<tr><td valign='top' style='font-size:12px; color: #6D93C8; face: Tahoma'>"+msgstr+"</td></tr></table></td></tr></table>";
oPopup.document.body.innerHTML=winstr;
popshow();
}
    function popshow(){
    window.status=popTop;
        if(popTop>1720){
        clearTimeout(mytime);
        oPopup.hide();
        return;
        }else if(popTop>1520&&popTop<1720){
        oPopup.show(screen.width-250,screen.height,200,1720-popTop);
        }else if(popTop>1500&&popTop<1520){
        oPopup.show(screen.width-250,screen.height+(popTop-1720),200,160);
        }else if(popTop<180){
        oPopup.show(screen.width-250,screen.height,200,popTop);
        }else if(popTop<220){
        oPopup.show(screen.width-250,screen.height-popTop,200,160);
        }
    popTop+=10;
    var mytime=setTimeout("popshow();",50);
    }
var flash="<object type='application/x-shockwave-flash' data='flash/ÊÖ×ã¿Ú²¡.swf' id='vcastr3'><param name='movie' value='flash/ÊÖ×ã¿Ú²¡.swf'/><param name='allowFullScreen' value='true' /><param name='FlashVars' value='xml={vcastr}{channel}{item}{source}http://vcastr.ruochi.com/video/happy_feet.flv{/source}{duration}{/duration}{title}{/title}{/item}{/channel}{config}{/config}{plugIns}{logoPlugIn}{url}logoPlugIn.swf{/url}{logoText}www.ruochi.com{/logoText}{logoTextAlpha}0.75{/logoTextAlpha}{logoTextFontSize}30{/logoTextFontSize}{logoTextLink}http://www.ruochigroup.com{/logoTextLink}{logoTextColor}0xffffff{/logoTextColor}{textMargin}20 20 auto auto{/textMargin}{/logoPlugIn}{/plugIns}{/vcastr}'/></object>";
popmsg(flash);

