<!--
//HTML Button
if (HTML >= userLV){
   addButton("<input type='button' accesskey='t' value=' HTML ' onclick='simpletag(\"HTML\")' class='codebuttons' name='HTML'> ");
   temp = line(temp,ButtonCount,place);
}


//Music Button			
function tag_Music()
{
    var FoundErrors = '';
    var enterurl = prompt("Nhap dia chi ban muon dua len web", "http://");
   
     
    if (!enterurl) {
        FoundErrors += "You must enter the url of music file ";
    }
    

    doInsert("[dohtml]<center><Embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' src='"+enterurl+"'"+" ShowControls=1 Auto Start=true ShowDisplay=0 ShowStatusBar=1 width=300 height=75></Embed></center>[/dohtml]", "", false);
}
if (flash >= userLV){
   addButton("<input type='button' class='codebuttons' value=' Music ' onmouseover='descript(\"Flash file (alt + 9)\")' onclick='tag_Music()' accesskey='9' style='font-size: 10px' //> ");
   temp = line(temp,ButtonCount,place);
}
//Video Button			
function tag_video()
{
    var FoundErrors = '';
    var enterurl = prompt("Nhap dia chi muon dua len web ", "http://");
   
     
    if (!enterurl) {
        FoundErrors += "You must enter the URL of Video file ";
    }
    

    doInsert("[dohtml]<center><Embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' src='"+enterurl+"'"+" ShowControls=1 Auto Start=true ShowDisplay=0 ShowStatusBar=1 width=300 height=300></Embed></center>[/dohtml]", "", false);
}
if (flash >= userLV){
   addButton("<input type='button' class='codebuttons' value=' Video ' onmouseover='descript(\"Video file (alt + 10)\")' onclick='tag_video()' accesskey='9' style='font-size: 10px' //> ");
   temp = line(temp,ButtonCount,place);
}
//Flash Button			
function tag_Flash()
{
    var FoundErrors = '';
    var enterurl = prompt("Nhap dia chi muon dua len web ", "http://");
   
     
    if (!enterurl) {
        FoundErrors += "You must enter the URL of Flash file ";
    }
    

    doInsert("[dohtml]<p align='center'><object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0 height=300 width=300 border=2 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><param name='movie' value='"+enterurl+"'> <param name='quality' value='high'> <embed src='"+enterurl+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='300' height='300' border='2'> </embed> </object></p>[/dohtml]", "", false);
}
if (flash >= userLV){
   addButton("<input type='button' class='codebuttons' value=' Flash ' onmouseover='descript(\"Flash file (alt + 11)\")' onclick='tag_Flash()' accesskey='9' style='font-size: 10px' //> ");
   temp = line(temp,ButtonCount,place);
}
//-->
