function getMenu(language) { //v1.0
	var varMenu = "";
	if (language == "dansk") {
		varMenu = "<ul><li id=\"one\"><a href=\"index.htm\" title=\"\">Forside</a></li><li id=\"two\"><a href=\"collection.htm?dansk\" title=\"\">Kollektion</a></li><li id=\"three\"><a href=\"aboutus.htm?dansk\" title=\"\">Historie</a></li><li id=\"four\"><a href=\"press.htm?dansk\" title=\"\">Presse</a></li><li id=\"five\"><a href=\"contact.htm?dansk\" title=\"\">Kontakt</a></li></ul>";
	}
	else if (language == "engelsk") {
		varMenu = "<ul><li id=\"one\"><a href=\"index.htm\" title=\"\">Home</a></li><li id=\"two\"><a href=\"collection.htm?engelsk\" title=\"\">Collection</a></li><li id=\"three\"><a href=\"aboutus.htm?engelsk\" title=\"\">About us</a></li><li id=\"four\"><a href=\"press.htm?engelsk\" title=\"\">Press</a></li><li id=\"five\"><a href=\"contact.htm?engelsk\" title=\"\">Contact</a></li></ul>";

	}
	else {
		varMenu = "<ul><li id=\"one\"><a href=\"index.htm\" title=\"\">Forside</a></li><li id=\"two\"><a href=\"collection.htm?dansk\" title=\"\">Kollektion</a></li><li id=\"three\"><a href=\"aboutus.htm?dansk\" title=\"\">Historie</a></li><li id=\"four\"><a href=\"press.htm?dansk\" title=\"\">Presse</a></li><li id=\"five\"><a href=\"contact.htm?dansk\" title=\"\">Kontakt</a></li></ul>";

	}
	return varMenu;
}

function getCollectionheader(language) { //v1.0
	var varCollectionheader = "";
	if (language == "dansk") {
		varCollectionheader = "<h6>Efter&aring;r/Vinter <b>2009</b></h6>";
	}
	else if (language == "engelsk") {
		varCollectionheader = "<h6>Autumn/Winter <b>2009</b></h6>";
	}
	else {
		varCollectionheader = "<h6>Efter&aring;r/Vinter <b>2009</b></h6>";
	}
	return varCollectionheader;
}


function getAboutusheader(language) { //v1.0
	var varAboutusheader = "";
	if (language == "dansk") {
		varAboutusheader = "<img src=\"images/header_historie.gif\" width=\"307\" height=\"37\" />";
	}
	else if (language == "engelsk") {
		varAboutusheader = "<img src=\"images/header_aboutus.gif\" width=\"307\" height=\"37\" />";
	}
	else {
		varAboutusheader = "<img src=\"images/header_historie.gif\" width=\"307\" height=\"37\" />";
	}
	return varAboutusheader;
}

function getAboutustext(language) { //v1.0
	var varAboutustext = "";
	if (language == "dansk") {
		varAboutustext = "<h4>Historie</h4><p>Our bohemian chic luxury style clothing for kids is designed using only the finest European fabrics, although, fantastic Japanese fabrics do sneak into the collections now and then. We are greatly inspired by art, nature and the effortless childlike sense of dressing, mixing prints, stripes and anything fun, enabling all fabrics and styles to be worn together. Our garments are manufactured in Poland and the basis series is designed using 100% organic cotton and made in Turkey. Our aim is to create a little piece of luxury and fun for our truly, madly deeply loved little darlings. Enfantino is sold in selected boutiques and department stores throughout Scandinavia, Europe, Japan and Australia. Our womens collection can be seen on <a href=\"http://www.charlottefaaborg.dk\" title=\"\">www.charlottefaaborg.dk</a> </p><p><h6>A bit more about us.</h6><p>Once upon a time there was a little girl, much like other small girls who dreamed of bows, ribbons, candy and the colour pink. She was born in Denmark but moved to Sydney, Australia as a small child with her family. She spent  her childhood and young adult years living in Sydney, enjoying the wonderful cosmopolitan city life and the unforgetable nature that makes Australia so beautiful.  As years went by, the little girl started sewing her own clothes, her friends also started wearing her creations.  Even more years  passed and she travelled back to Denmark to catch up with family. She also found love, and after the birth of her second child, Enfantino was founded in Copenhagen 2005 and so the story happily continues.  </p>";
	}
	else if (language == "engelsk") {
		varAboutustext = "<h4>About us</h4><p>Our bohemian chic luxury style clothing for kids is designed using only the finest European fabrics, although, fantastic Japanese fabrics do sneak into the collections now and then. We are greatly inspired by art, nature and the effortless childlike sense of dressing, mixing prints, stripes and anything fun, enabling all fabrics and styles to be worn together. Our garments are manufactured in Poland and the basis series is designed using 100% organic cotton and made in Turkey. Our aim is to create a little piece of luxury and fun for our truly, madly deeply loved little darlings. Enfantino is sold in selected boutiques and department stores throughout Scandinavia, Europe, Japan and Australia. Our womens collection can be seen on <a href=\"http://www.charlottefaaborg.dk\" title=\"\">www.charlottefaaborg.dk</a> </p><p><h6>A bit more about us.</h6><p>Once upon a time there was a little girl, much like other small girls who dreamed of bows, ribbons, candy and the colour pink. She was born in Denmark but moved to Sydney, Australia as a small child with her family. She spent  her childhood and young adult years living in Sydney, enjoying the wonderful cosmopolitan city life and the unforgetable nature that makes Australia so beautiful.  As years went by, the little girl started sewing her own clothes, her friends also started wearing her creations.  Even more years  passed and she travelled back to Denmark to catch up with family. She also found love, and after the birth of her second child, Enfantino was founded in Copenhagen 2005 and so the story happily continues.  </p>";
	}
	else {
		varAboutustext = "<h4>Historie</h4><p>Our bohemian chic luxury style clothing for kids is designed using only the finest European fabrics, although, fantastic Japanese fabrics do sneak into the collections now and then. We are greatly inspired by art, nature and the effortless childlike sense of dressing, mixing prints, stripes and anything fun, enabling all fabrics and styles to be worn together. Our garments are manufactured in Poland and the basis series is designed using 100% organic cotton and made in Turkey. Our aim is to create a little piece of luxury and fun for our truly, madly deeply loved little darlings. Enfantino is sold in selected boutiques and department stores throughout Scandinavia, Europe, Japan and Australia. Our womens collection can be seen on <a href=\"http://www.charlottefaaborg.dk\" title=\"\">www.charlottefaaborg.dk</a></p><p><h6>A bit more about us.</h6><p>Once upon a time there was a little girl, much like other small girls who dreamed of bows, ribbons, candy and the colour pink. She was born in Denmark but moved to Sydney, Australia as a small child with her family. She spent  her childhood and young adult years living in Sydney, enjoying the wonderful cosmopolitan city life and the unforgetable nature that makes Australia so beautiful.  As years went by, the little girl started sewing her own clothes, her friends also started wearing her creations.  Even more years  passed and she  </p>";
	}
	return varAboutustext;
}

function getPressheader(language) { //v1.0
	var varPressheader = "";
	if (language == "dansk") {
		varPressheader = "<img src=\"images/header_presse.gif\" width=\"307\" height=\"37\" />";
	}
	else if (language == "engelsk") {
		varPressheader = "<img src=\"images/header_press.gif\" width=\"307\" height=\"37\" />";
	}
	else {
		varPressheader = "<img src=\"images/header_presse.gif\" width=\"307\" height=\"37\" />";
	}
	return varPressheader;
}

function getPresstext(language) { //v1.0
	var varPresstext = "";
	if (language == "dansk") {
		varPresstext = "<p></p>";
	}
	else if (language == "engelsk") {
		varPresstext = "<p></p>";
	}
	else {
		varPresstext = "<p></p>";
	}
	return varPresstext;
}

function getContactheader(language) { //v1.0
	var varContactheader = "";
	if (language == "dansk") {
		varContactheader = "<img src=\"images/header_kontakt.gif\" width=\"307\" height=\"37\" />";
	}
	else if (language == "engelsk") {
		varContactheader = "<img src=\"images/header_contact.gif\" width=\"307\" height=\"37\" />";
	}
	else {
		varContactheader = "<img src=\"images/header_kontakt.gif\" width=\"307\" height=\"37\" />";
	}
	return varContactheader;
}

function getContacttext(language) { //v1.0
	var varContacttext = "";
	if (language == "dansk") {
		varContacttext = "<h4>Kontakt</h4><p>For oplysninger om nærmeste forhandler, eller yderligere information, venligst kontakt os på <a href=\"mailto:enfantino@enfantino.dk\" title=\"\">enfantino@enfantino.dk</a> eller Tel: +45 32 53 59 00</p><p><b>Head Office - Danmark</b><br />Enfantino<br />Vestgroenningen 35<br />2791 Drag&oslash;r<br />Tel: +45 32 53 59 00<br />Fax: +45 32 53 59 30<br />Mail: <a href=\"mailto:enfantino@enfantino.dk\" title=\"\">enfantino@enfantino.dk</a></p><p><b>Agent Holland, Belgium & Tyskland</b><br /</a>AnitaR Agenturen<br />Tel: +31 73 599 51 26<br />Mail: <a href=\"mailto:info@anitar-agenturen.nl\" title=\"\">info@anitar-agenturen.nl</a></p><p><b>Agent Japan</b><br /</a>Kodomark<br />Tel: +81 3 340 73 680<br />Mail: <a href=\"mailto:contact@kodomark.co.jp\" title=\"\">contact@kodomark.co.jp</a></p><p><b>For international sales and enquiries please contact Head office </a></b><a href=\"mailto:enfantino@enfantino.dk\" title=\"\" class=\"boldtext\">enfantino@enfantino.dk</a></p><b>For Press information please contact<br /></b><a href=\"mailto:cf@enfantino.dk\" title=\"\" class=\"boldtext\">cf@enfantino.dk</a>";
	}
	else if (language == "engelsk") {
		varContacttext= "<h4>Kontakt</h4><p>For oplysninger om nærmeste forhandler, eller yderligere information, venligst kontakt os på <a href=\"mailto:enfantino@enfantino.dk\" title=\"\">enfantino@enfantino.dk</a> eller Tel: +45 32 53 59 00</p><p><b>Head Office - Danmark</b><br />Enfantino<br />Vestgroenningen 35<br />2791 Drag&oslash;r<br />Tel: +45 32 53 59 00<br />Fax: +45 32 53 59 30<br />Mail: <a href=\"mailto:enfantino@enfantino.dk\" title=\"\">enfantino@enfantino.dk</a></p><p><b>Agent Holland, Belgium & Tyskland</b><br /</a>AnitaR Agenturen<br />Tel: +31 73 599 51 26<br />Mail: <a href=\"mailto:info@anitar-agenturen.nl\" title=\"\">info@anitar-agenturen.nl</a></p><p><b>Agent Japan</b><br /</a>Kodomark<br />Tel: +81 3 340 73 680<br />Mail: <a href=\"mailto:contact@kodomark.co.jp\" title=\"\">contact@kodomark.co.jp</a></p><p><b>For international sales and enquiries please contact Head office </a></b><a href=\"mailto:enfantino@enfantino.dk\" title=\"\" class=\"boldtext\">enfantino@enfantino.dk</a></p><b>For Press information please contact<br /></b><a href=\"mailto:cf@enfantino.dk\" title=\"\" class=\"boldtext\">cf@enfantino.dk</a>";
	}
	else {
		varContacttext = "<h4>Kontakt</h4><p>For oplysninger om nærmeste forhandler, eller yderligere information, venligst kontakt os på <a href=\"mailto:enfantino@enfantino.dk\" title=\"\">enfantino@enfantino.dk</a> eller Tel: +45 32 53 59 00</p><p><b>Head Office - Danmark</b><br />Enfantino<br />Vestgroenningen 35<br />2791 Drag&oslash;r<br />Tel: +45 32 53 59 00<br />Fax: +45 32 53 59 30<br />Mail: <a href=\"mailto:enfantino@enfantino.dk\" title=\"\">enfantino@enfantino.dk</a></p><p><b>Agent Holland, Belgium & Tyskland</b><br /</a>AnitaR Agenturen<br />Tel: +31 73 599 51 26<br />Mail: <a href=\"mailto:info@anitar-agenturen.nl\" title=\"\">info@anitar-agenturen.nl</a></p><p><b>Agent Japan</b><br /</a>Kodomark<br />Tel: +81 3 340 73 680<br />Mail: <a href=\"mailto:contact@kodomark.co.jp\" title=\"\">contact@kodomark.co.jp</a></p><p><b>For international sales and enquiries please contact Head office </a></b><a href=\"mailto:enfantino@enfantino.dk\" title=\"\" class=\"boldtext\">enfantino@enfantino.dk</a></p><b>For Press information please contact<br /></b><a href=\"mailto:cf@enfantino.dk\" title=\"\" class=\"boldtext\">cf@enfantino.dk</a>";
	}
	return varContacttext;
}




function alertSize() {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  window.alert( 'Width = ' + myWidth );
  window.alert( 'Height = ' + myHeight );
}




function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
