// POPUPS - Email Link

function emaillink_popup(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=260')
}


// 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 - Panos

function pano_popup(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=430,height=410')
}


// POPUPS - Webcams

function Webcam_Hochgurgl()
{
window.open('http://www.', 'RoomCategoryPopup', 'scrollbars=yes, width=650, height=620');
}
function Webcam_Obergurgl()
{
window.open('http://www.', 'RoomCategoryPopup', 'scrollbars=yes, width=650, height=620');
}