function Float2() {
window.onscroll = Float;
}

function Float() {
document.all.adv.style.pixelTop = document.body.scrollTop + 50; 
/* document.getElementById('adv').style.top = window.pageYOffset + 'px'; */
}


function setSelectionRange() {
    document.a.k.focus();
    var range = document.a.k.createTextRange();
    range.moveEnd('sentence', document.a.k.value.length);
    range.moveStart('sentence', document.a.k.value.length);
    range.select();
  

}

function SendEmail(mail)
{
   open("mailto:" + mail);
}

function playList(relativeLocation)
{
  Alert('test');
  open(relativeLocation + "tuberplayer.aspx", "Tuber","resizable=no,height=550,width=520,left = 200, top = 100, scrollbars=no");
}

function comment(popupfile)
{
open("comment.aspx?cid=" + popupfile,"CommentWindow","resizable=no,height=550,width=520,left = 200, top = 100, scrollbars=yes");
}


function SendMeGame(popupfile,winheight,winwidth)
{
open("/cell/sendgame.aspx?file=http://213.8.172.115/edc" + popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 200, top = 100, scrollbars=no");
}

function SendMeIcon(popupfile,winheight,winwidth)
{
open("/cell/sendicon.aspx?file=http://213.8.172.115/edc" + popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 200, top = 100, scrollbars=no");
}

function SendMe(popupfile,winheight,winwidth)
{
open("/cell/send.aspx?file=http://213.8.172.115/edc" + popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 200, top = 100, scrollbars=no");
}

function SendMe2(popupfile,winheight,winwidth)
{
open("/cell/send.aspx?file=http://213.8.172.115/edc" + popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 200, top = 100, scrollbars=no");
}

function PlayMe(popupfile,winheight,winwidth)
{
open("/cell/preview.aspx?file=http://213.8.172.115/edc" + popupfile,"PopupWindow2","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 200, top = 100, scrollbars=no");
}

function PlayMidi(popupfile,winheight,winwidth)
{
open("/music/preview.aspx?cid=" + popupfile,"PopupWindow2","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 200, top = 100, scrollbars=no");
}

function Terms(winheight,winwidth)
{
open("/cell/terms.htm","PopupWindow3","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 100, top = 100, scrollbars=yes");
}

function Prices(winheight,winwidth)
{
open("/cell/prices.html","PopupWindow4","resizable=no,height=" + winheight + ",width=" + winwidth + ",left = 100, top = 100, scrollbars=no");
}

function show_hide(msg_id)
{
msg_id.style.display=msg_id.style.display=="none" ? "" : "none"
}

function PrintorSave(popupfile)
{
open(popupfile,"PopupWindow","resizable=no,height=10,width=10,scrollbars=no");
}
function col(id,c) {eval("but"+id+".style.backgroundColor='"+c+"'")}
function popup(popupfile,winheight,winwidth)
{
open(popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth + ", left = 100, top = 100, scrollbars=no");
}

function msg(popupfile,winheight,winwidth)
{
open(popupfile,"PopupWindow","resizable=no,height=" + winheight + ",width=" + winwidth + ", left = 100, top = 100, scrollbars=yes");
}