

function vendita() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=i&incusubs=1&type=V',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function affitto() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=i&incusubs=1&type=M',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function tutti() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=i&incusubs=1&type=A',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}


function kauf() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=d&incusubs=1&type=V',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function miete() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=d&incusubs=1&type=M',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function alle() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=d&incusubs=1&type=A',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}



function achat() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=f&incusubs=1&type=V',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function location() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=f&incusubs=1&type=M',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function tous() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=f&incusubs=1&type=A',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}




function purchase() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=f&incusubs=1&type=V',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function rent() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=f&incusubs=1&type=M',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}

function all() {
window.open(
	'http://www.homegate.ch/homegate/objectlist?agency=c104&lan=f&incusubs=1&type=A',
	'popup',
	'width=620,height=720,directories=1,resizable=1,toolbar=1,menubar=1,'
);
}