var Index = {
	fullscreen: function() {
		var fs = window.open( 'index1.html', 'CTNP', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,scrolling=yes,resizable=no,width=' + screen.width + ',height=' + screen.height );
	}
};