function popNewPerson()
{
	window.open("person_input.php","PERSON","width=500,height=500,status=no,location=no");
}

function popEditPerson()
{
	window.open("person_edit.php","PERSON","width=500,height=500,status=no,location=no");
}

function popNewFurn()
{
	window.open("furniture_input.php","FURN","width=500,height=500,status=no,location=no");
}

function popEditFurn()
{
	window.open("furniture_edit.php","FURN","width=700,height=700");
}


function popPrint(URL)
{
	window.open(URL,"PRINT","width=680,height=600,status=no,location=no,scrollbars=yes,resizable=yes");
}

function pop3d()
{
	window.open('3d.jpg',"PRINT","width=800,height=690,status=no,location=no,scrollbars=yes");
}


function popFlatPad()
{
	window.open('files/plans/Testwohnung_grundriss.gif',"g","width=800,height=690,status=no,location=no,scrollbars=yes");
}

function popContact(URL)
{
	window.open(URL,"CONTACT","width=500,height=700,status=no,location=no,scrollbars=no,resizable=no");
}

function change()
{
	document.contact_flat_change.submit();
								
}
