function share() {
var win = window.open ("tv/share.html", "shareWebTV", "width=300, height=444, scrollbars=no, resizable=yes, status=yes, menubar=no, toolbar=no, location=no, directories=no") ;
win.moveTo (screen.width/2 - 150, screen.height/2 - 222);
win.focus();
}

function promote() {
var win = window.open ("tv/promote.html", "promoteWebTV", "width=300, height=500, scrollbars=no, resizable=yes, status=yes, menubar=no, toolbar=no, location=no, directories=no");
win.moveTo(screen.width/2 - 150, screen.height/2 - 250);
win.focus();
}