/* Virtueller Rundgang 860x600 */
function vrtour(url,name,eigenschaften){ 
	vrtour_window=window.open(url,'vrtour','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=860,height=600,left=50,top=50');
	vrtour_window.focus();
}
