var page = "";


function selectPage(id)
{
 if(!id || id == "")
  return false;

   page = document.getElementById(id);
   document.location = page.value;

}

function Mselect(id)
{
  if(id)
    id.submit();
}


function prepareActionValue(actionvalue)
{
 var sform = document.getElementById('sform');

 sform.action = actionvalue;
}

function mietkauf_popup()
{
	window.open('https://fv.matthies.de/mietkauf/', "contacts", "location=0,width=1000,height=480,top=0,scrollbars=1,toolbar=0,menubar=0");   
}

function calcutec_popup(kdnr)
{
	window.open('http://matthies.calcutec.de/matthies/shop.php?kdnr='+kdnr, "contacts", "resizable=1,location=0,width=1000,height=480,top=0,scrollbars=1,toolbar=0,menubar=0");   
}


function is_popup(obj)
{
 
 console.log(obj);
 
 return false;
}
