// JavaScript Document

<!--
function passaddress()
{
			document.addressform.submit();
}
function passtype()
{
			document.typeform.submit();
}
function passbeds()
{
			document.bedsform.submit();
}
function passbath()
{
			document.bathform.submit();
}
function passprice()
{
			document.priceform.submit();
}
function passcontact()
{
			document.contactform.submit();
}
function passprev()
{
			document.prevlink.submit();
}
function passnext()
{
			document.nextlink.submit();
}
function passpage()
{
			document.pagelink.submit();
}
//-->

