var language="";
var ind = window.location.href;

var splitter = ind.indexOf("?");
if (splitter != -1) 
  {
  var nvar = ind.substring(splitter+1);
  var param = nvar.indexOf("=");
  if (param != -1) 
    {
    var nparam = nvar.substring(0,param);
    var valore = nvar.substring(param+1);
    if (nparam == "lan") 
      {     
      language = valore;
      }
    }
  }
else 
  {
  language="it";
  }



// definizione variabili
var upgradeDate = "";
var upgradeText = "";
var mese = "";
var nomemodella = "";
var descrizionemodella = "";
var periodomodella = "";
var generemodella = "";
var linkmodella = "";
var testolinkmodella ="";
var titModelle = "";
var titEventi = new Array();
var titContatti = "";
var testo = new Array();
testo[0] = new Array();

nomemodella = "Stana";
linkmodella = "Models/Stana/index.htm";

if (language=="en") // INGLESE
  {    
upgradeDate = "April 4th 2008";
upgradeText = "Melissa";
mese = "March";

descrizionemodella = "The armony";
periodomodella = "MILANO/TORINO<br> March 28th - 30th";
generemodella = "for nudeart shootings and workshops.";

titModelle = "View all models here";
titContatti = "CONTACTS"
titEventi[0] = "Preview of last weekend in Prague:";

testo[0][0]="This is not an Agency..."
testo[0][1]="this is a Project involving photographers, models, schools of photography, artists who love this type of art. EuRossModels offers the best nudeart and erotic models in Europe to all who want to work with them.<br>Eros, Professionality, Art are the 3 main components of this Project";

testo[0][2]="The best models...";
testo[0][3]="from Czech Republic, Slowakia, Poland, but also from Latvia, Lithuania, France... in collaboration with the main model agencies. Now you can work with the models who are on the main erotic magazines like Met-Art, FemJoy, PureBeauty, W4B, Errotica... All models are living in their own country and are available to come and work in Italy on demand";

testo[0][4]="Important cooperations...";
testo[0][5]="made this project a reality. Professional studios, schools of photography, important artists with whom we organize stages, workshops, masters. And special thanks to the V.I.P. (Very Important Photographers) who work often with EuRossModels' girls.";

testo[0][6]="To all photographers...";
testo[0][7]="(pro and amators) who enjoy photography as job or hobby, we give beautiful models, studios, locations, make-up artists, stylists to realize their work the best as possible. EuRossModels organizes periodically workshops and stages all around Italy and also nudeart weekends in Prague.";      
     
   
 }
   
else // ITALIANO
  {   
upgradeDate = "4 Aprile 2008";
upgradeText = "Melissa";
mese = "Marzo";
descrizionemodella = "L'armonia di un Corpo che diventa Arte";
periodomodella = "28/3: MILANO<br><br>29/3: TORINO<br><br>30/3: BERGAMO";
generemodella = "per servizi e workshop di nudo artistico.";
testolinkmodella = "<font color='#333333'>scheda e foto</font>";
titModelle = "Visita la pagina di tutte le modelle";
titContatti = "CONTATTI";
titEventi[0] = "Anteprima del Weekend a Praga di Ottobre 2007: ";
   
testo[0][0]="Non è un'agenzia...";
testo[0][1]="ma un 'Progetto' che coinvolge fotografi, modelle, scuole di fotografia, artisti e appassionati del genere. EuRossModels offre al panorama italiano le modelle di nudo artistico ed erotico più belle e conosciute d'Europa. Arte, Erotismo, Professionalità...sono le 3 componenti fondamentali di questo Progetto che vuole unire la Fotografia e la Sensualità femminile con la Serietà di chi offre questo servizio.";

testo[0][2]="Le migliori modelle...";
testo[0][3]="direttamente dalla Repubblica Ceca, ma anche da&nbsp; Francia, Germania, Lettonia, Polonia... in collaborazione con Agenzie specializzate del settore. Non solo le potete ammirare sulle copertine di importanti riviste internazionali come Met-Art, FemJoy, PureBeauty, W4B, Errotica, ma ora le potete anche fotografare! Tutte le modelle sono residenti nel loro paese di origine e sono disponibili a venire in Italia su richiesta.";

testo[0][4]="Cooperazioni importanti...";
testo[0][5]="hanno reso possibile la realizzazione di questa Idea. In particolare gli studi professionali per la realizzazione di stage e workshop, le scuole di fotografia. Inoltre fotografi 'affezionati' a cui EuRossModels fornisce le modelle.";

testo[0][6]="Per tutti i fotografi...";
testo[0][7]="professionisti ed amatori che fanno della fotografia artistica un lavoro o un diletto, EuRossModels mette a disposizione modelle professioniste, sale posa attrezzate, location, make-up artist e stylist per vedere le proprie idee realizzate al meglio. Organizza Workshops, stages e master di fotografia in tutta Italia e Weekend fotografici in Repubblica Ceca.";


  }


