function OpenVietTyping() { 
window.open("viettyping.asp","VietTyping","toolbar=no,location=no,menubar=no,scrollbars=no,width=490,height=550,top=0,left=0,resizeable=no,status=no"); }


function OpenRequestSong1() { 
window.open("audio/requestsong1.asp","RequestSong1","toolbar=no,location=no,menubar=no,scrollbars=no,width=470,height=450,top=0,left=0,resizeable=no,status=no"); }

function OpenMusicLib(lib) { 
popupWin = window.open(lib,'newpage1','toolbar=no,location=no,menubar=no,scrollbars=no,width=305,height=310,top=0,left=0,resizeable=no,status=no'); }
		

function OpenEditPage(e) { 
popupWin = window.open(e,'newpage2','toolbar=no,location=no,menubar=no,scrollbars=no,width=500,height=500,top=0,left=0,resizeable=no,status=no'); }

function OpenSendsong(x) { 
window.open("audio/sendsong.asp?sn=" + x,"newpage3","toolbar=no,location=no,menubar=no,scrollbars=no,width=350,height=400,top=0,left=0,resizeable=no,status=no"); }

function OpenMediaPlayer(x) { 
window.open("audio/wmplayer.asp?songid=" + x,"WindowsMediaPlayer","toolbar=no,location=no,menubar=no,scrollbars=no,width=300,height=242,top=0,left=0,resizeable=no,status=no"); 
}

function OpenMediaPlayer1(x) { 
window.open("wmplayer.asp?songid=" + x,"WindowsMediaPlayer","toolbar=no,location=no,menubar=no,scrollbars=no,width=300,height=242,top=0,left=0,resizeable=no,status=no"); 
}


function OpenSongPoll(poll) { 
popupWin = window.open(poll,'newpage5','toolbar=no,location=no,menubar=no,scrollbars=no,width=450,height=250,top=0,left=0,resizeable=no,status=no'); }

function OpenVotePoll(x)
{
	window.open("audio/pollsong1.asp?ID=" + x,"VotePoll","width=450,height=250,scrollbars=no,resizable=no,menubar=no,status=no");
}


function OpenPrintPage(x)
{
	window.open("audio/printpage.asp?ID=" + x,"PrintPage","width=500,height=500,scrollbars=yes,resizable=no,menubar=no,status=no");
}


function OpenPrintEnglishPage(x)
{
	window.open("printenglishpage.asp?LessonID=" + x,"PrintEnglishPage","width=520,height=600,scrollbars=yes,resizable=no,menubar=no,status=no");
}



function OpenPrintStoryPage(x)
{
	window.open("printstorypage.asp?StoryID=" + x,"PrintStoryPage","width=520,height=600,scrollbars=yes,resizable=no,menubar=no,status=no");
}

function AddToPlayList(x)
{
	window.open("audio/addtoplaylist.asp?songid=" + x,"AddToPlayList","width=400,height=400,scrollbars=yes,resizable=no,menubar=no,status=no");
}


function ModifyThisSong(x)
{
	window.open("audio/modifythissong.asp?sn=" + x,"ModifyThisSong","width=600,height=500,scrollbars=yes,resizable=no,menubar=no,status=no");
}


function SendLesson(x) { 
window.open("tinhoc/sendlesson.asp?lessonid=" + x,"SendLesson","toolbar=no,location=no,menubar=no,scrollbars=no,width=350,height=400,top=0,left=0,resizeable=no,status=no"); }


function SendEnglishLesson(x) { 
window.open("english/sendlesson.asp?lessonid=" + x,"SendEnglishLesson","toolbar=no,location=no,menubar=no,scrollbars=no,width=350,height=400,top=0,left=0,resizeable=no,status=no"); }

function SendNews(x) { 
window.open("audio/sendsong.asp?sn=" + x,"SendNews","toolbar=no,location=no,menubar=no,scrollbars=no,width=350,height=400,top=0,left=0,resizeable=no,status=no"); }


function OpenUploadPage()
{
window.open("uploadpicture.asp","UploadImage","width=500,height=500,scrollbars=yes,resizable=no,menubar=no,status=no");
}


function OpenAddAuthor(x) { 
window.open("audio/addauthor.asp?songid=" + x,"AddAuthor","toolbar=no,location=no,menubar=no,scrollbars=no,width=300,height=242,top=0,left=0,resizeable=no,status=no"); 
}


function copyit(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
therange=tempval.createTextRange()
therange.execCommand("Copy")
}