// POPUPS - Email Link

function info_popup(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=650,height=560')
}


// POPUPS - Zimmer

function zimmer_popup(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=600,height=600')
}

//Popups Zusatzleistungen
function AnsichtDE(strURL)
{
window.open('http://www.hotel-st-oswald.at/wcms/bin/Server.dll?Article?ID=597&Session=1-fDGg4bLX-0', 'RoomCategoryPopup', 'scrollbars=yes, width=650, height=750');
//window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=650,height=750');
}
function AnsichtEN(strURL)
{
window.open('http://www.hotel-st-oswald.at/wcms/bin/Server.dll?Article?ID=601&Session=1-fDGg4bLX-2', 'RoomCategoryPopup', 'scrollbars=yes, width=650, height=750');
//window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=650,height=750');
}
function AnsichtIT(strURL)
{
window.open('http://www.hotel-st-oswald.at/wcms/bin/Server.dll?Article?ID=599&Session=1-fDGg4bLX-1', 'RoomCategoryPopup', 'scrollbars=yes, width=650, height=750');
//window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=650,height=750');
}
