function launchRoomPlanner(){
	newWindow=window.open('http://roomplanner.icovia.com/Baker/resources/icovia.aspx' ,'icovia','height=550,width=800,top='+((screen.height/2)-(300))+',left='+((screen.width/2)-(400))+',status=no,toolbar=no,scrollbars=no,resizable=yes,menubar=no'); void(0);
	var popUpMsg = 'You appear to have a pop-up blocker that prevents the Room Planner from opening. Please enable pop-ups for this site and try again. Thank you.'; 
	if(!newWindow){ 
		alert(popUpMsg); 
	}  
}

function launchAdCampaign(){
	newWindow=window.open('ad_campaign/gallery.html' ,'adcampaign','height=611,width=800,top='+((screen.height/2)-(300))+',left='+((screen.width/2)-(400))+',status=no,toolbar=no,scrollbars=no,resizable=yes,menubar=no'); void(0);
	var popUpMsg = 'You appear to have a pop-up blocker that prevents the Ad Campaign window from opening. Please enable pop-ups for this site and try again. Thank you.'; 
	if(!newWindow){ 
		alert(popUpMsg); 
	}  
}


function openSlideShow(url) {
	window.open(url,'','width=620,height=540');
	return false;
}

function openBrightcoveWindow(brightcoveUrl) {
    var url = "http://link.brightcove.com/services/link/bcpid1078541307/bclid1078597801/bctid1109919432";
    if (brightcoveUrl) {
        url = brightcoveUrl;
    }
    window.open(url, 'videolibrary', 'width=1000,height=660,resizable=yes');
}

