// promote.online.sat.calc
var promote_text
var counter=0;
var promote1,promote2,promote0,promote3,promote4,promote5,promote6,promote7
promote_text="";
/*
//promote_text="
Try the new available which offer:
-Possibility to generate reports for many sites&satellites
-Google map support
-Address search and browser geolocation supported ";
//promote_text="Try the new available which offer:
-Projection of sun outage area
-Google map support
-User selectable target antenna&frequency band ";
//promote_text="Try the new which offer:
-URL parameter configurable
-Clear line of sight calculation based on terrain maps
-Google streetview picture where available
-Terrain profile chart ";
promote_text="";
//document.getElementById("promotetext").innerHTML=promote1;
promote0="Try the new
-Automatically switch to maneuvre parameters (if found)
-170hour tracking data
-Calculate events like equator crossing
-Google map support
Address search";
promote1="Try the new available which offer:
-Possibility to generate reports for many sites&satellites
-Google map support
Address search and browser geolocation support";
promote2="TLE based which provides :
-Full updated list of all GSO satellites
-Position,drift rate and other details
-Access to detailed satellite info and 170 hour tracking data";
promote3="Try the new provided :
-Project footprint from theoretical parabolic tx antenna
-Google map support
-User selectable satellite position, antenna size & frequency band";
promote4="List of provides :
-Updated list of satellite launches
-Position,drift rate and other details
-Access to detailed satellite info and 170 hour tracking data";
promote5="Try the which offer:
-Clear line of sight calculation based on terrain maps
-Google streetview picture where available
-Terrain profile chart";
//promote2="Click if you want to use the old Sun interference calculator";
promote6="Try the new available which offer:
-Projection of sun outage area
-Google map support
-User selectable target antenna&frequency band";
promote7="Try the new which offer:
-URL parameter configurable
-Clear line of sight calculation based on terrain maps
-Google streetview picture where available
-Terrain profile chart";
setInterval ( "change_text()", 20000 );
function change_text(){
if (counter==0) document.getElementById("promotetext").innerHTML=promote0
else if (counter==1) document.getElementById("promotetext").innerHTML=promote1
else if (counter==2) document.getElementById("promotetext").innerHTML=promote2;
else if (counter==3) document.getElementById("promotetext").innerHTML=promote3
else if (counter==4) document.getElementById("promotetext").innerHTML=promote4
else if (counter==5) document.getElementById("promotetext").innerHTML=promote5;
else if (counter==6) document.getElementById("promotetext").innerHTML=promote6;
else if (counter==7) document.getElementById("promotetext").innerHTML=promote7;
counter=counter+1;
if (counter==8) counter=0;
}
*/