// JavaScript Document for BHM 2010 video luanch

function showVideoMessage(){
	var pageUrl = "bhm2010.html";
	//var pageUrl = "";  // WCM URL
	var width = 660;
	var height = 380;
	var screenleft=(screen.width)?(screen.width-width)/2:100;
	var screentop=77;
	var winNew = window.open(pageUrl,"video_message","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left="+screenleft+",top="+screentop);

	
}
