var GG = GG || {};

GG.maximizeBrowser = function() {
	var screenWidth = screen.availWidth;
	var screenHeight = screen.availHeight;
	self.moveTo(0, 0);
	resizeTo(screenWidth, screenHeight);
	window.focus();
}

GG.popup = function() {
	$('A[rel="external"]').click( function() {
		win = window.open( $(this).attr('href'));
		return false;
	});
}

$(document).ready(function() {
						GG.popup();
					});

function classicSIFR() {
	var qlassik = { src: '/swf/Qlassik.swf' };
	sIFR.activate(qlassik);
	sIFR.replace(qlassik, {
	  selector: '#content h2',
	  css: '.sIFR-root { background-color: #ffffff; color: #262626; }'
	});
}
classicSIFR();

