
w1 = (screen.width - 15 );
h1 = (screen.height - 150 );

var pixelsFromLeft = 10;
var pixelsFromTop = 5;

function openQuickLink(u1) {
	if (confirm("EXIT...\n\n You are now leaving the BROVANA website. Sepracor is not responsible for the information contained in any of the linked sites.")) {
			myWin= open(u1, "_blank","width="+w1+",height="+h1+",scrollbars=yes,status=yes,toolbar=yes,menubar=yes,resizable=yes,alwaysRaised,screenX="+pixelsFromLeft+",left="+pixelsFromLeft+",screenY="+pixelsFromTop+",top="+pixelsFromTop+",location=yes");
		}
}


function openHealthcare(){
	$("#popup-health").overlay({

		// custom top position
		top: 272,

		// some expose tweaks suitable for facebox-looking dialogs
		expose: {

			// you might also consider a "transparent" color for the mask
			color: '#000',

			// load mask a little faster
			loadSpeed: 200,

			// highly transparent
			opacity: 0.7
		},

		// disable this for modal dialog-type of overlays
		closeOnClick: false,

		// we want to use the programming API
		api: true

	// load it immediately after the construction
	}).load();
	
	return false;
}
