function playFlash(file,server,wheigth,wwidth){
    var winHeight = parseInt(wheigth) +  40;
    var winWidth = parseInt(wwidth) +  70;
    window.open("/jsp/video/playvideo.jsp?server="+server+"&file="+file+"&height="+wheigth+"&width="+wwidth,"video","scrollbars=yes,width="+winWidth+",height=370, resizable=yes");
}
function emailMe(userID){
    window.open("/servlet/cssServlet?method=emailMe&userID="+userID,"COntact","scrollbars=yes,width=500,height=370, resizable=yes");
}
function editPage(dir){
    window.location = "/servlet/utilServlet?method=editmain&dir="+dir+"&type=main"; 
}
