if (!(top.frames && top.frames.length > 0) && location.protocol	!= "file:")
{
//top.location.href="http://www.berbie.de";
}

function placeThumb (serie,item,alt)
{
	var contDocument = '<img src="';
	
	if (location.protocol != "file:")
		contDocument += "http://www.salient.de/staff/berbie/";
	else
		contDocument += "../html-Seiten/";
	
	contDocument += ""+serie+'/preview/'+item+'" alt="'+alt+'" border=0>';
	
	document.write(contDocument);
}
