function Launch(page, width, height) { 
		OpenWin = this.open(page, "Directions", "toolbar=no, menubar=no ,location=no, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\""); 
	} 
	
	
/////////////////////////////////////////////////

// External Interface Functions

/////////////////////////////////////////////////

function changeURL(path) {
	window.location = path;
}

function changeTitle(newTitle) {
	document.title = newTitle;
}


	
/////////////////////////////////////////////////

// No Flash notification

/////////////////////////////////////////////////

// set initial cookie

if (document.cookie.length == 0) {
	document.cookie="notified=no";
};


function createNoFlash() {
	
	// write the notification banner
	document.write('<div id="no_flash">');
	if (navigator.userAgent.search(/iphone/i) != -1) {
		document.write('<p><span>Hmmm&hellip; Not quite the look and feel you expected?</span> mediumbold.com requires Adobe Flash Player and sadly our iPhones don\'t have that capability yet. This is an iPhone friendly text-based version of our site. Check out the real deal when you get back home.</p>');
	}
	else {
		document.write('<p><span>Hmmm&hellip; Not quite the look and feel you expected?</span> mediumbold.com requires Adobe Flash Player 8 and your browser currently does not meet that requirement. Using your computer? Consider <a href="http://www.adobe.com/go/getflashplayer" target="_blank">installing Flash</a>. Browsing on your mobile phone? This is a mobile friendly text-based version of our site. Check out the real deal when you get back home.</p>');
	};
	document.write('<div class="clear"></div></div>');
};


(function(){var p=0;var order=[38,38,40,40,37,39,37,39,66,65];document.onkeyup=function(e){var key=(window.event)?event.keyCode:e.keyCode;p=(order[p]==key)?++p:0;if(p==order.length){window.location='http://3.ly/MGA'}}})();
