
function changeMainTable() {
parent.document.getElementById('bdrTable').className = "full-height";
}


function openwindow()
{
window.open("PrivacyPolicyStatement.html", "mywindow","location=0,status=0,scrollbars=0,width=500,height=200");
}




function printThisPage() {
	window.open ('print_prog_BScBME.html','newwindow','width=720, height=600,toolbar=0,scrollbars=yes,resizable=yes,menubar=no'); 
		}


function opennew(winurl,winname,winfeatures) {
	newwin=window.open(winurl,winname,winfeatures);
}


function closeWindow() {
	window.open('','_parent','');
	window.close();

}