function openflv(msg) {
	window.open(msg, 'player', 'width=600, height=480, resizable=no, scrollbars=no, toolbar=no, status=no, menubar=no');
}

function getdimens() {
var width1;
width1 = (screen.width-902)/2;
document.getElementById("sidecol").width = width1;
}
