function playerPop(){
TestWindow=window.open("media/player1.htm","WindowName",'left=10,top=10,width=250,height=200,menubar=no,scrollbars=no')
}

function image1Pop(){
TestWindow=window.open("images/viewer1.htm","WindowName",'left=10,top=10,width=550,height=400,menubar=no,scrollbars=no')
}

function image2Pop(){
TestWindow=window.open("images/viewer2.htm","WindowName",'left=10,top=10,width=550,height=420,menubar=no,scrollbars=no')
}