
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//
//								//
// (c)	by WEBelemente						//
//	Jim van Dijk						//
//	Tarnowstrasse 29					//
//	18211 Bargeshagen					//
//	038203 - 63358						//
//								//
//								//
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//

function reserviert()
{
functions = window.open("./infoscreen/reserviert.php?&id=36","editwin","width=250,height=300,left=320,top=100,resizable=no,dependent=yes,status=yes");
functions.focus();
}
function verkauf(vardom)
{
functions = window.open("./infoscreen/verkauf.php?&id=36&domain="+ vardom + "","editwin","width=250,height=300,left=320,top=100,resizable=no,dependent=yes,status=yes");
functions.focus();
}

function schliessen()
{
window.close();
}

function back(zz)
{
if (zz >0)
	{
 	window.history.back(zz);
 	zz--;
	}
}

// function wait()
// {
//  document.getElementById('wait1').innerHTML="Fertig!";
//  document.getElementById('wait2').innerHTML="";
// }
