//////////////////////////////////////////////////
// alle JS funktionen für Altenburg Web
// erstellt: 09.08.2003
// letzte Aenderung: 09.01.2004
//////////////////////////////////////////////////

function load_CMS(objID, cReferer) {
  window.open('cmsContentText.aspx?ID=' + objID + '&Apply=NO' + '&Referer=' + cReferer,
	'_blank', 'height=650,width=470,top=10,left=10,menubar=no,resizable=no,scrollbars=no,status=no', true);
}
function load_CMSNEWS(objID, cReferer) {
  window.open('cmsContentNews1.aspx?ID=' + objID + '&Apply=NO' + '&Referer=' + cReferer,
	'_blank', 'height=550,width=470,top=10,left=10,menubar=no,resizable=no,scrollbars=no,status=no', true);
}
function loadNewsContent_CMS(objID, langID) {
  window.open('cmsContentNews2.aspx?nsID=' + objID + '&nsclangID=' + langID + '&Apply=NO',
	'_blank', 'height=450,width=470,top=30,left=30,menubar=no,resizable=no,scrollbars=no,status=no', true);
}
function load_Anreise() {
  window.open('anreise.aspx', '_blank',
   'height=550,width=880,top=10,left=10,menubar=no,resizable=no,scrollbars=yes,status=no', true);
}
function applyText_CMS(objID) {
  Form1.target = "_self";
  Form1.action = "cmsContentText.aspx?ID=" + objID + '&Apply=YES';
  Form1.method = "post";
  Form1.submit();
}
function applyNews_CMS(objID) {
  Form1.target = "_self";
  Form1.action = "cmsContentNews1.aspx?ID=" + objID + '&Apply=YES';
  Form1.method = "post";
  Form1.txtApply.value = "YES";
  Form1.submit();
}
function applyNewsContent_CMS(objID, langID, newsID) {
  Form1.target = "_self";
  Form1.action = "cmsContentNews2.aspx?nsID=" + newsID + "&nscID=" + objID + '&nsclangID=' + langID + '&Apply=YES';
  Form1.method = "post";
  Form1.submit();
}
function send_eCard(cQuery) {
  Form1.target = "_self";
  Form1.action = "content_ecard02.aspx" + cQuery;
  Form1.method = "post";
  Form1.submit();
}
function preview_eCard(cQuery) {
  Form1.target = "_self";
  Form1.action = "content_ecard02.aspx" + cQuery;
  Form1.method = "post";
  Form1.submit();
}
function show_preview(cPreview) {
  window.open(cPreview, '_blank', 'height=780,width=700,top=10,left=10,menubar=no,resizable=yes,scrollbars=yes,status=no', true);
}

