﻿if (!window.investujtedouspor)
	investujtedouspor = {};

investujtedouspor.Page = function() 
{
}

investujtedouspor.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;
		this.rootElement = rootElement;
		rootElement.findName("pohyb").begin();
	}
}

function banner1(sender)
{
	if (sender.findName("image").opacity == 1)
		location.href='/slovakia/investujtedouspor/SelectSolutions.aspx?id=all'
	else
		location.href='/slovakia/investujtedouspor/prieskum.aspx';
}