// JavaScript Document
$(document).ready(function() {
	/*
	jQuery.fn.center = function () {
    	this.css("position","absolute");
    	this.css("top", ( ($(window).height() - this.height() ) / 2+$(window).scrollTop())-100 + "px");
    	this.css("left", ( $(window).width() - this.width() ) / 2+$(window).scrollLeft() + "px");
   		return this;
	}
						   
	$(".infobox").center();
	*/


	$("#idevices").click(function() {
		window.location.href = "http://www.acrobits.cz/index.php?id=30";	
	});

	$("#android").click(function() {
		window.location.href = "http://www.acrobits.cz/index.php?id=28";
	});
	
	$("#providers").click(function() {
		window.location.href = "http://www.acrobits.cz/index.php?id=44";
	});

	
}); 
