﻿window.onresize = function(){
docwidth = document.body.offsetWidth - 20;
docheight = document.body.offsetHeight - 20;
mainhandler.style.width = (docwidth / docheight) < 4080 / 2580 ? docwidth : docheight * 4080 / 2580;
mainhandler.style.height = (docwidth / docheight) < 4080 / 2580 ? docwidth * 2580 / 4080 : docheight;
}
window.onload = function(){
docwidth = document.body.offsetWidth - 20;
docheight = document.body.offsetHeight - 20;
mainhandler.style.width = (docwidth / docheight) < 4080 / 2580 ? docwidth : docheight * 4080 / 2580;
mainhandler.style.height = (docwidth / docheight) < 4080 / 2580 ? docwidth * 2580 / 4080 : docheight;
}
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-7897819-1");
pageTracker._trackPageview();
} catch(err) {}