﻿function openVideoPage(strURL,iHeight,iWidth) {
    window.open(strURL, "VideoPage", "height="+iHeight+",width="+iWidth+",toolbar=no,directories=no,menubar=no,resizable=yes", true);
}

function openPopUp(strURL) {
    window.open(strURL, "VideoPage", "height=" + screen.availHeight.toString() + ",width=" + screen.availWidth.toString() + ",toolbar=no,directories=no,menubar=no,resizable=yes", true);
}

function showCloudscape() {
	window.open("http://www.bvp.com/cloud/bvp_cloudscape.html", "Cloudscape", "directories=no,height=900,width=1100,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,location=no,top=0,left=0");
}

