function movieFlvInst()
{
    var flashvars = {file:"/video/megacube.flv", width:"400", height:"300", allowfullscreen:"true", autostart:"false",volume:'40'};  
    swfobject.embedSWF("flvplayer.swf", "myContent", "400", "300", "9.0.0", "expressInstall.swf", flashvars);    
    
    return true;
}

function movieFlv(num)
{
    var flashvars = {file:"/video/" + num + ".flv", width:"400", height:"300", allowfullscreen:"false", autostart:"false",volume:'40'};  
    swfobject.embedSWF("flvplayer.swf", "myContent", "400", "300", "9.0.0", "expressInstall.swf", flashvars);    
    
    return true;
}

function ChangemovieFlv(num)
{
    var flashvars = {file:"/video/" + num + ".flv", width:"400", height:"300", allowfullscreen:"false", autostart:"true",volume:'40'};  
    swfobject.embedSWF("flvplayer.swf", "myContent", "400", "300", "9.0.0", "expressInstall.swf", flashvars);    
    
    return true;
}

function movieFlvIndex()
{
    var rnd = Math.floor(Math.random( ) * (19 - 1 + 1)) + 1;
    
    var flashvars = {file:"/video/" + rnd + ".flv", width:"400", height:"300", allowfullscreen:"true", autostart:"true",volume:'40'};  
    swfobject.embedSWF("flvplayer.swf", "myContent", "400", "300", "9.0.0", "expressInstall.swf", flashvars);    
    
    return true;
}
function updateMessage() {
document.getElementById("myContent").innerHTML = document.getElementById("itemimg").innerHTML;
document.getElementById("itemimg").innerHTML = '';
}
function updateMessage2() {
document.getElementById("itemslist").innerHTML = document.getElementById("specitems").innerHTML;
document.getElementById("specitems").innerHTML = '';
}
