//function openPopup(theURL, winName, features) 
//{
//    try 
//    {
//        var newWindow = window.open(theURL, winName, features);
//        newWindow.focus();
//    } 
//    catch (error) {
//        alert("Ein Popup konnte nicht geöffnet werden. Bitte prüfen Sie Ihre Browserkonfiguration.");
//    }
//}


//avoid double-submit
function submitOnce(formId) {
    $("input[type='submit']").attr('disabled', 'true');
    //document.forms[formId].submit();
}

function addBookmark() 
{
	if ((typeof window.sidebar == 'object') && (typeof window.sidebar.addPanel == 'function')) 
	window.sidebar.addPanel ('Test Sidebar', 'http://www.pepperglobal.de/kempinski_invitation/','') 
	else window.external.AddFavorite(parent.location.href,parent.document.title); 
}

function newWindowPDF() 
{
    W=window.open('pdfs/Klappkarte3.pdf','PDF','width=700,height=800,resizable=yes,left=345,top=100');
}
function printProgramm() 
{
    WIN=window.open('programm_print.htm','PRINT','width=620,height=650,resizable=no,scrollbars=yes,left=345,top=100');
}	
function printAccommodation() 
{
    WIN=window.open('accommodation_print.htm','PRINT','width=500,height=650,resizable=no,scrollbars=yes,left=345,top=100');
}	
