function openConsole(url){
var consoleWin=window.open(url,'videopopup','width=620,height=493,left=50,top=50');
consoleWin.focus();
}
