function Aufruf(URL)
{  
	var infowin = window.open(URL,"fenschder","width=659,height=700,toolbar=no,resizable=yes,scrollbars=yes,menubar=no,status=no");
	infowin.focus();
}

function AufrufBuchbestellung()
{ 
//	var URL = "/script/Buchbestellung.asp";
	var URL = "http://www.haufe.de/SID101.KTE93ErF998/shop/productDetails?SAPMaterialNumber=00063-0002&d_start=0&UIS=true&UIO=true&doNotFilterMedia=&initialSearch:boolean=True&SubjectID=&searchableText=erfolgsfaktor&searchableText_selected="
	var infowin = window.open(URL,"fenschder","width=800,height=800,toolbar=no,resizable=yes,scrollbars=yes,menubar=yes,status=no");
	infowin.focus();
}

	
function AufrufNL()
{ 
	var URL = "http://form.cas.de/cas_software-formulare/CASSoftwareWeb/CRMErfolg/CRMErfolg_Newsletter.asp";
	var infowin = window.open(URL,"fenschder","width=660,height=700,toolbar=no,resizable=yes,scrollbars=yes,menubar=yes,status=no");
	infowin.focus();
}

function AufrufDL(autor, autorEmail, directory, File)
{ 
	var URL = "http://form.cas.de/cas_software-formulare/CASSoftwareWeb/CRMErfolg/CRMErfolg_download.asp?Autor=" + autor + "&AutorEmail=" + autorEmail + "&Directory=" + directory + "&File=" + File;
	var infowin = window.open(URL,"fenschder","width=645,height=870,toolbar=no,resizable=yes,scrollbars=yes,menubar=yes,status=no");
	infowin.focus();
}

function AufrufRueckruf()
{ 
	var URL = "http://form.cas.de/cas_software-formulare/CASSoftwareWeb/CRMErfolg/CRMErfolg_Rueckruf.asp";
	var infowin = window.open(URL,"fenschder","width=660,height=853,toolbar=no,resizable=yes,scrollbars=yes,menubar=yes,status=no");
	infowin.focus();
}


function fenster_optimal(url,width,height,sbar)
{
 remote = window.open(url,"","width="+width+",height="+height+",scrollbars="+sbar+",resizable=yes");
 remote.moveTo(20,10);
 remote.focus();
}
//function AufrufNLAbbestellen()
//{ 
//	var URL = "http://form.cas.de/cas_software-formulare/newsletter/NewsletterCRMErfolg_abbestellen.asp";
//	var infowin = window.open(URL,"fenschder","width=640,height=642,toolbar=no,resizable=yes,scrollbars=no,menubar=no,status=no");
//	infowin.focus();
//}