function hlinfos(iffcode) {
	hlwindow = window.open("http://cp.traveltainment.de/content_page_premium/index.php?KID=620030&IFF="+iffcode,
													"hlwindow","location=1,status=1,scrollbars=1,width=651,height=650");
	//hlwindow.moveTo(200,200);
} 
function winOpnHotline()
{
	var breite = 650;
	var hoehe = 500;
	winHotline = window.open ('http://www.thomascook.de/index.php?id=217','Hotline','width='+breite+',height='+hoehe);
}

function winOpnHotlineSt()
{
	var breite = 600;
	var hoehe = 350;
	winHotline = window.open ('http://www.thomascook.de/index.php?id=235','Hotline','width='+breite+',height='+hoehe);
}

function view_comments(temp) {
	window.open('http://cp.traveltainment.de/content_page_premium/index.php?KID=620030&IFF='+temp+'&START=9', null, "height=700,width=750,resizable=no,scrollbars=yes");
}


function viewImageBig(id)         
{
document.getElementById('sp'+id).style.display='block';
return;

}
function removeImageBig(id)         
{
document.getElementById('sp'+id).style.display='none';
return;

}

