function showThumb()
{
	var size = document.himmelskarten.cmbSize.value;
	var sternzeichen = document.himmelskarten.cmbSternzeichen.value;
	var aszendent = document.himmelskarten.cmbAszendent.value;	
	var bildurl = sternzeichen + "---" + aszendent;
	var bildname = sternzeichen + " - " + aszendent;
	var site = document.getElementById("picSternzeichen").innerHTML;

if (site.indexOf(1) < 1)
{
if(size=="40x60")
{
		document.getElementById("product-thumb").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/geburtshoroskope40x60/'+bildurl+'.gif rel=lightbox><img src=http://www.artesigno.de/produkte/himmelskarten/geburtshoroskope40x60/'+bildurl+'.gif width=196 height=294 /></a><p>'+bildname+'</p><p>40 x 60cm</p>';
		
	document.getElementById("product-detail").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/geburtshoroskope40x60/detail/'+bildurl+'.png rel=lightbox>Detailansicht</a><div id=gallery-buycHk><a href=http://www.artesigno.de/component/page,shop.product_details/flypage,flypage-ask.tpl/product_id,41/category_id,8/option,com_virtuemart/Itemid,110/><img src=http://www.artesigno.de/site/gallery/images/buy.gif alt=bestellen /></a></div>';
}
else if(size=="60x84")
{
		document.getElementById("product-thumb").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/geburtshoroskope60x84/'+bildurl+'.gif rel=lightbox><img src=http://www.artesigno.de/produkte/himmelskarten/geburtshoroskope60x84/'+bildurl+'.gif width=210 height=294 /></a><p>'+bildname+'</p><p>60 x 84cm</p>';
		
	document.getElementById("product-detail").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/geburtshoroskope60x84/detail/'+bildurl+'.png rel=lightbox>Detailansicht</a><div id=gallery-buycHk><a href=http://www.artesigno.de/component/page,shop.product_details/flypage,flypage-ask.tpl/product_id,42/category_id,8/option,com_virtuemart/Itemid,110/><img src=http://www.artesigno.de/site/gallery/images/buy.gif alt=bestellen /></a></div>';
}
else if(size=="gerahmt")
{
		document.getElementById("product-thumb").innerHTML = '<a href=http://www.artesigno.de/produkte/gerahmt/'+bildurl+'.gif rel=lightbox><img src=http://www.artesigno.de/produkte/gerahmt/'+bildurl+'.gif width=196 height=267 /></a><p>'+bildname+'</p><p>40 x 60cm</p>';
		
	document.getElementById("product-detail").innerHTML = '<a href=http://www.artesigno.de/produkte/gerahmt/detail/'+bildurl+'.png rel=lightbox>Detailansicht</a><div id=gallery-buycHk><a href=http://www.artesigno.de/component/page,shop.product_details/flypage,flypage-ask.tpl/product_id,41/category_id,8/option,com_virtuemart/Itemid,110/><img src=http://www.artesigno.de/site/gallery/images/buy.gif alt=bestellen /></a></div>';
}
}
else if (site.indexOf(1) > 1)
{
if(size=="40x60")
{
		document.getElementById("product-thumb").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/paarhoroskope40x60/'+bildurl+'.gif rel=lightbox><img src=http://www.artesigno.de/produkte/himmelskarten/paarhoroskope40x60/'+bildurl+'.gif width=196 height=294 /></a><p>'+bildname+'</p><p>40 x 60cm</p>';
		
	document.getElementById("product-detail").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/paarhoroskope40x60/detail/'+bildurl+'.png rel=lightbox>Detailansicht</a><div id=gallery-buycHk><a href=http://www.artesigno.de/component/page,shop.product_details/flypage,flypage-ask.tpl/product_id,41/category_id,8/option,com_virtuemart/Itemid,110/><img src=http://www.artesigno.de/site/gallery/images/buy.gif alt=bestellen /></a></div>';
}
else if(size=="60x84")
{
		document.getElementById("product-thumb").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/paarhoroskope60x84/'+bildurl+'.gif rel=lightbox><img src=http://www.artesigno.de/produkte/himmelskarten/paarhoroskope60x84/'+bildurl+'.gif width=210 height=294 /></a><p>'+bildname+'</p><p>60 x 84cm</p>';
		
	document.getElementById("product-detail").innerHTML = '<a href=http://www.artesigno.de/produkte/himmelskarten/paarhoroskope60x84/detail/'+bildurl+'.png rel=lightbox>Detailansicht</a><div id=gallery-buycHk><a href=http://www.artesigno.de/component/page,shop.product_details/flypage,flypage-ask.tpl/product_id,42/category_id,8/option,com_virtuemart/Itemid,110/><img src=http://www.artesigno.de/site/gallery/images/buy.gif alt=bestellen /></a></div>';
}
else if(size=="gerahmt")
{
		document.getElementById("product-thumb").innerHTML = '<a href=http://www.artesigno.de/produkte/Paar-gerahmt/'+bildurl+'.gif rel=lightbox><img src=http://www.artesigno.de/produkte/Paar-gerahmt/'+bildurl+'.gif width=196 height=267 /></a><p>'+bildname+'</p><p>40 x 60cm</p>';
		
	document.getElementById("product-detail").innerHTML = '<a href=http://www.artesigno.de/produkte/Paar-gerahmt/detail/'+bildurl+'.png rel=lightbox>Detailansicht</a><div id=gallery-buycHk><a href=http://www.artesigno.de/component/page,shop.product_details/flypage,flypage-ask.tpl/product_id,41/category_id,8/option,com_virtuemart/Itemid,110/><img src=http://www.artesigno.de/site/gallery/images/buy.gif alt=bestellen /></a></div>';
}
}
}