var Public={getPageSize:function(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=document.body.scrollWidth;yScroll=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight}var windowWidth,windowHeight;if(self.innerHeight){windowWidth=self.innerWidth;windowHeight=self.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight}if(yScroll<windowHeight){pageHeight=windowHeight}else{pageHeight=yScroll}if(xScroll<windowWidth){pageWidth=windowWidth}else{pageWidth=xScroll}arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize},Bookmark:function(){var url_site="http://www.cevizoyun.com"var titulo_site="Ceviz Oyun - Ceviz gibi Oyunlar"if(document.all)window.external.AddFavorite(url_site,titulo_site);else{window.alert("CTRL+D")}return false},LinksEffect:function(){$("#kat_misir a").hover(function(){$(this).animate({borderWidth:"5px"},300)},function(){$(this).animate({borderWidth:"1px"},300)});$(".artist").hover(function(){$(this).animate({opacity:0.8},300)},function(){$(this).animate({opacity:1.0},300)})},getFlashMovieObject:function(movieName){if(window.document[movieName]){return window.document[movieName]}if(navigator.appName.indexOf("Microsoft Internet")==-1){if(document.embeds&&document.embeds[movieName]){return document.embeds[movieName]}}else{return $('#'+movieName)}},resizeDiv:function(width,height){var movie=Public.getFlashMovieObject("MySwf");movie.width=width;movie.height=height},AumentaJogo:function(altura){$('.cevizim').css({"width":"800px","position":"fixed","z-index":"9999","top":"0px","left":"0px"});Tamanhos=Public.getPageSize();Public.resizeDiv(800,(Tamanhos[3]-130))},DiminuiJogo:function(){$('.cevizim').css({"top":"0","position":"relative","z-index":"5","width":"765px"});Public.resizeDiv(765,500)},Full:function(altura){Tamanhos=Public.getPageSize();$('.cevizim').css({"width":(Tamanhos[2])+"px","left":"0","top":"0","position":"fixed","z-index":"9999"});Public.resizeDiv((Tamanhos[2]),(Tamanhos[3])-50)},EscreveSWF:function(swf,largura,altura){var so=new SWFObject(swf,"MySwf",largura,altura,"8","#FFFFFF");so.addParam("wmode","transparent");so.write("alvoSWF")}};
