document.write ("<style type=\"text/css\"><!-- ");

document.write ("#ksline { color: #505050; font-size: 8pt; font-family: Arial, Helvetica, Swiss; font-weight: normal} -->");

document.write ("</style>");

function insertksun(backcolor, sunlink)

	{

var path = "";

var bgcoltag = "";

var doc_url;

var startpos;

var firstslash;

var lastslash;


if(top.frames.length < 1)

	{
if (!backcolor)										/* not defined? */
	{
	bgcoltag = "";									/* nothing */
	}
	else bgcoltag = "bgcolor=#" + backcolor;
doc_url = document.URL;
startpos = doc_url.indexOf ("sun.de/");					/* Anf finden, -1 wenn nicht */
path = (startpos == -1) ? "http://www.kreta-sun.com/" : "";
firstslash = doc_url.indexOf ("/", startpos);
lastslash = doc_url.lastIndexOf ("/");

while (firstslash < lastslash && startpos > 0)			/* dazwischen ? */
	{
	startpos = firstslash + 1;						/* start nach re */
	firstslash = doc_url.indexOf ("/", startpos);			/* slash finden */
	path += "../";									/* path erw */
	}
 if (!sunlink)	
	{
	sunlink = path;
	}
	document.write ("<table width=100% height=16 border=0 cellpadding=0 cellspacing=0 " + bgcoltag + ">");

	document.write ("<tr><td width=28><a href=\"" + sunlink + "\" target=\"_top\">");

	document.write ("<img src=\"" + path + "images/Logo-15x29.gif\" width=26 height=15 border=0 alt=\"up\"></a></td>");

	document.write ("<td id=\"ksline\" width=122 align=\"center\">Info &uuml;ber S&uuml;dkreta</td>");

	document.write ("<td width=110><a href=\"" + path + "\" target=\"_top\">");

	document.write ("<img src=\"" + path + "images/Schriftzug-100x15.gif\" width=100 height=15 border=0 alt=\"home\"></a></td>");

	document.write ("<td id=\"ksline\">Appartments und Hotels, in denen sich wohnen l&auml;sst ...</td>");

	document.write ("</tr></table>");

	}

}

