// 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');
}


function hotel_galery(strURL)
{
window.open(strURL,'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=412,height=300');
}


// 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');
}

//POPUP 3D-Ansicht
//'http://www.hotel-hechten.com/wcms/bin/Server.dll?Article?ID=296&Session=1-7sFLbru5-0'
function AnsichtDE(strURL)
{
window.open('http://www.hotel-hechten.com/wcms/bin/Server.dll?Article?ID=275&Session=1-7sFLbru5-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 AnsichtIT(strURL)
{
window.open('http://www.hotel-hechten.com/wcms/bin/Server.dll?Article?ID=273&Session=1-7sFLbru5-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 AnsichtEN(strURL)
{
window.open('http://www.hotel-hechten.com/wcms/bin/Server.dll?Article?ID=274&Session=1-7sFLbru5-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');
}