function downloadApp() {
	var page = "http://www.10pips.com/gr/start-trading.php";
	setTimeout(function() { this.document.location.href = page}, 3500);
	location.href ="http://www.10pips.com/gr/download.php";
}

