/**
 * Non-Namespaced object (due to ExternalInterface).
 *
 * @author 		Zone
 * @email		info@zonecontent.com
 * @url 			http://www.zonecontent.com/
 * @copyright 	Copyright (c) 2009, zonecontent.com. All rights reserved.
 * @version		0.0.1
 */	
function fullScreen () {
	$("#content, #stretch-wrapper").css({ height: 559, width: 800 });
}

function normalScreen () {
	$("#content, #stretch-wrapper").css({ height: 400, width: 572 });
}

function quit () {
	window.location.href = "http://www.puffin.co.uk/";
}

