function ShowDate(oDoc,cDate)
{
window.open("hole_datum.asp?backf="+oDoc+"&cDate="+cDate,"window", "height=220, width=340, resizeable=no,","");
}


function init_shop(store_id) {
 if (self.parent.frames.length != 0)
//   self.parent.location = document.location;  
   self.parent.location =  "http://www.sicon-net.de";  
}
// -->
function init_shop_1(store_id) {
}

function Zeige_Hilfe(id,return_url)
{
var trash;
var ag = window.navigator.userAgent;
var ver = parseInt(ag.charAt(ag.indexOf("/")+1),10);
trash = window.open("../scripts/hilfe.asp?id="+id +"&return_url="+return_url,"Hilfe","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=540,height=500,top=0,left=0");
trash.focus();  
 // var InfoWin = window.open("datei1.htm", "Zweitfenster");
//function CheckOpen() {
// if(InfoWin.closed == true) alert("Fenster wurde geschlossen");
// else alert("Fenster noch offen");
//}
}

function OpenPreviewPDF() {
	theFeats = "height=500,width=500,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no";
	window.open("showdoc.asp", "Preview", theFeats);
}

function check_checkbox()
{
 var c1, c2;
 c1 = document.submit_order.checkbox1.checked;
 c2 = document.submit_order.checkbox2.checked;
 if (c1) 
 {
    if (c2) 
    {
    //   document.submit_order.SubmitOrder.disabled = false;
	   document.submit_order.SubmitOrder.style.visibility = "visible";
       return (true);   
	}
	else
	{
 	  document.submit_order.SubmitOrder.style.visibility = "hidden";
     // document.submit_order.SubmitOrder.disabled = true;
      return (true);
	}
 }
 else
 {
   document.submit_order.SubmitOrder.style.visibility = "hidden";
   //document.submit_order.SubmitOrder.disabled = true;
   return (true);
 }
 
}

