
function Flughafen_Transfer()
{
window.open('http://www.habersatter-reisen.at/transfer/', 'Flughafen_Transfer', 'scrollbars=yes, width=600, height=700');
}


// POPUP - e-Cards

function ecard_popup(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=771,height=650')
}

// POPUP - Photo Gallery

function gallery_popup(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=550')
}


// POPUP - Panoramen

function pano_popup(url,name,eigenschaften){ 
	vrtour_window=window.open(url,'vrtour','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=450,height=400,left=0,top=0');
	vrtour_window.focus();
}

function vtour_popup(url,name,eigenschaften){ 
	vrtour_window=window.open(url,'vrtour','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=600,left=0,top=0');
	vrtour_window.focus();
}

// POPUPP - Fullscreen //
function fullscreen(url,name,eigenschaften){ 
	fullscreen_window=window.open(url,'fullscreen','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0');
	fullscreen_window.focus();
}