function openWindow(url, type) {
	var newwindow = null;
	if (type == "allergies_popup") newwindow = window.open(url,"Allergies","width=616,height=450,menubar,scrollbars,toolbar,resizable");
	else newwindow = window.open(url,"Singulair","width=591,height=550,menubar,scrollbars,toolbar,resizable");
	newwindow.focus();
}

function openResourceWin() {
	var myWin = window.open("/montelukast_sodium/singulair/hcp/asthma/resource_center/speaker_slides/login/login.jsp","Healthcare","status=no,width=300,height=300, scrollbars=no");
	if (myWin.opener == null)
		myWin.opener = window;
	myWin.opener.name = "opener";
	myWin.focus();
}

function displayBTSvideo(videoNum) {
	document.getElementById('insights-flash-pretext').style.display = "none";
	document.getElementById('insights-flash').style.display = "inline";

	if (videoNum == 1) {
		document.getElementById('video1-playbutton').style.display = "none";
		document.getElementById('video1-playing').style.display = "inline";
		document.getElementById('video2-playing').style.display = "none";
		document.getElementById('video2-playbutton').style.display = "inline";
		
		video = '/singulair/hcp/asthma_peds/flash/dr_bukstein.swf';			
		var fo = new FlashObject(video, "insightsflash", "494", "289", "7", "#3366CC");
		fo.addVariable("thanksURL","http://www.singulair.com/montelukast_sodium/singulair/hcp/asthma/resources/controller.jsp?custId=0&formname=SNG_HCP_AS_VIDEO_BUKSTEIN&clickResponse=yes");
		fo.addVariable("nothanksURL","http://www.singulair.com/montelukast_sodium/singulair/hcp/asthma/resources/controller.jsp");
		fo.write("insights-flash");
	}
	if (videoNum == 2) {
		document.getElementById('video2-playbutton').style.display = "none";
		document.getElementById('video2-playing').style.display = "inline";
		document.getElementById('video1-playing').style.display = "none";
		document.getElementById('video1-playbutton').style.display = "inline";
		
		video = '/singulair/hcp/asthma_peds/flash/bts_video2.swf';			
		var fo = new FlashObject(video, "insightsflash", "494", "289", "7", "#3366CC");
		fo.addVariable("thanksURL","http://www.singulair.com/montelukast_sodium/singulair/hcp/asthma/resources/controller.jsp?custId=0&formname=SNG_HCP_AS_VIDEO_BUKSTEIN&clickResponse=yes");
		fo.addVariable("nothanksURL","http://www.singulair.com/montelukast_sodium/singulair/hcp/asthma/resources/controller.jsp");
		fo.write("insights-flash");
	}
}