// JavaScript Document
function showHover(imgname) {
	var img = document.getElementById('ContentBG');
	img.src = '/img/'+imgname+'.gif';
}

function showHoverSub(imgname) {
	var img = document.getElementById('ContentBG');
	img.src = '/img/'+imgname+'.gif';
}

function remHover() {
	var img = document.getElementById('ContentBG');
	img.src = '/img/map.gif';
}

function remHoverSub() {
	var img = document.getElementById('ContentBG');
	img.src = '/img/map.gif';
}

function open_qt(vid, title, w, h) {
	window.open('/includes/popup.php?uri='+vid+'&title='+title+'&w='+w+'&h='+h,title,'width='+w+',height='+h+',toolbar=no, menubar=no,location=no,status=no,scrollbars=no');
}

function open_qt2(vid, title, w, h) {
	window.open('/includes/popup2.php?uri='+vid+'&title='+title+'&w='+w+'&h='+h,title,'width='+w+',height='+h+',toolbar=no, menubar=no,location=no,status=no,scrollbars=no');
}

function open_wmv(vid, title, w, h) {
	h = parseInt(h) + 50;
	window.open('/includes/popup-wmv.php?uri='+vid+'&title='+title+'&w='+w+'&h='+h,title,'width='+(parseInt(w) + 40)+',height='+(parseInt(h) + 40)+',toolbar=no, menubar=no,location=no,status=no,scrollbars=no');
}