function baueArray(Artikel, Name)
{
	i=0;		
	while(1)
	{
		try
		{			
			Artikel.push(eval("artikel" + Name + i));
			i++;				
		}
		catch(error)
		{
			break;
		}
	}		
}


function DatenAnzeige(id) 
{
	document.getElementById("bildpfad").src='/pic/deko/bitte-warten.gif';
		
		if(id.Umfang == '-1')
			document.getElementById("box_umfang").style.display='none';
		else
			document.getElementById("box_cups").style.display='block';
		if(id.CupGroessen == '-1')
			document.getElementById("box_cups").style.display='none';
		else
			document.getElementById("box_cups").style.display='block';
		if(id.Slip == '-1')
			document.getElementById("box_slip").style.display='none';
		else
			document.getElementById("box_slip").style.display='block';
		if(id.Straps == '-1')
			document.getElementById("box_straps").style.display='none';
		else
			document.getElementById("box_straps").style.display='block';
		
	document.getElementById("farbe").value=id.Farbe;
	document.getElementById("umfang").value=id.Umfang;
	document.getElementById("cupgroessen").value=id.CupGroessen;
	document.getElementById("slip").value=id.Slip;
	document.getElementById("straps").value=id.Straps;
	document.getElementById("bildpfad").src=id.Bildpfad + '_300.jpg';
	document.getElementById("serie").value=id.Serie;
}
	
function farben(Farben)
{
	document.write(Farben)
}

	
function VorschauTabelle(Anzahl, id) 
{
	document.write("<div class='vorschauTabelle'>");	

	for(i=0;i<Anzahl;i++) {
		document.write("<img src='" + id[i].Bildpfad + "_120.jpg' onMouseOver='DatenAnzeige(Artikel[" + i + "]);' width='120px' border='0' alt=''>");
		document.write("<br>&nbsp;<br>");
		}

	document.write("</div>");
}


function Menue()
{
	document.write(
	"<div class='menu-links'>"
	+ "<ul style='list-style-type:none; font-weight:bold; font-size:0.9em; position:relative; left:-40px;'>"
	+ "	<li><a href='/index.html' style='color:#474747;'>Start</a></li>"
	+ "	<li><hr></li>"
	+ "	<li><span style='color:#707070; font-size:0.9em;'>Sortiment</span></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/anita.html' style='color:#474747;'>Anita</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/fantasie.html' style='color:#474747;'>Fantasie</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/fauve.html' style='color:#474747;'>Fauve</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/freya.html' style='color:#474747;'>Freya</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/ulla.html' style='color:#474747;'>Ulla</a></li>"
	+ "	<li style='margin-left:10px;'><hr></li>"
	+ "	<li><span style='color:#707070; font-size:0.9em;''>Bademoden</span></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/bademoden-anita.html' style='color:#474747;'>Anita</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/bademoden-rosa-faia.html' style='color:#474747;'>Rosa&nbsp;Faia</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/bademoden-fantasie.html' style='color:#474747;'>Fantasie</a></li>"
	+ "	<li style='margin-left:10px;'><a href='/sortiment/bademoden-freya.html' style='color:#474747;'>Freya</a></li>"
	+ "	<li><hr></li>"
	+ "	<li><a href='/impressum.html' style='color:#474747;'>Impressum</a></li>"
	+ "</ul>"
+ "</div>");
}


function Bildleiste()
{
document.write(
	"<br><div id='bildleiste'>"
	+ "<a href='/sortiment/fauve.html' target='_self'><img alt='' src='/pic/fauve/fauve_carlotta_0108_0107_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"	
	+ "<a href='/sortiment/ulla.html' target='_self'><img alt='' src='/pic/ulla/ulla_jasmin_2671_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/freya.html' target='_self'><img alt='' src='/pic/freya/freya_amy_4211_12_4215_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/fantasie.html' target='_self'><img alt='' src='/pic/fantasie/fantasie_connie_2162_2166_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/anita.html' target='_self'><img alt='' src='/pic/anita/anita-comfort_5409_1566_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/fauve.html' target='_self'><img alt='' src='/pic/fauve/fauve_india_0071_0076_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/ulla.html' target='_self'><img alt='' src='/pic/ulla/ulla_jasmin_2622+2638_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"	
	+ "<a href='/sortiment/bademoden-freya.html' target='_self'><img alt='' src='/pic/bademoden/freya_bamboo-island_9463_9464_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/fantasie.html' target='_self'><img alt='' src='/pic/fantasie/fantasie_kara_2091_2096_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/anita.html' target='_self'><img alt='' src='/pic/anita/anita-comfort_5490_1714_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/fauve.html' target='_self'><img alt='' src='/pic/fauve/fauve_carlotta_0103_0107_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/ulla.html' target='_self'><img alt='' src='/pic/ulla/ulla_marlen_1423_1438_1445_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
	+ "<a href='/sortiment/fantasie.html' target='_self'><img alt='' src='/pic/fantasie/fantasie_vinci_2172_2176_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"	
	+ "<a href='/sortiment/anita.html' target='_self'><img alt='' src='/pic/anita/rosafaia_5661_1462_75x100.jpg' height='100' style='border-top-style:none; border-left-style:groove; border-right-style:ridge; border-width:5px; border-color:#0000a8;'></a>"
+ "</div> ");
}




