<!--
/*	**************************************************
	*    Copyright (C)2010 ESSKo EDV-Systeme		**
	*                      www.essko.de				**
	*    All rights reserved						**
	**************************************************
	**	Allgemeine Funktionen für 				**
	**	www.binkele.com					**
	**************************************************
	**	20100719 - 1800						**
	**************************************************
	*    Ablauf:
	*    1. Quellcode speichern unter 
	*	google-script_.js
	*    2. Gesamten Code komprimieren mit 
	*         dean.edwards.name/packer/ oder
	*		  enlargeit.timos-welt.de/packer/index.php
	*    3. Gepackten Code speichern unter
	*		  google-script__p.js
	**************************************************	*/



/*	*************************************************
*	Interne Funktionen 
*************************************************	*/
function ess_addFavo() {
	window.external.AddFavorite('http://www.binkele.com','Binkele GmbH - Farben, Tapeten, Bodenbeläge, Gardinen');
}

function ess_email(par1, par2, par3) {
	var par1 = par1 ? par1 : "info";
	var par2 = par2 ? par2 : "binkele.com";
	var par3 = par3 ? par3 : "mail";
	var par4 = par4 ? par4 : "to";
	var par5 = par5 ? par5 : "@";
	location.href = par3 + par4 + ":" + par1 + par5 + par2;
}

function ess_openBrWindow(strURL, strWinName, strOptionen) { 
  window.open(strURL, strWinName, strOptionen);
}

function ess_printPage() {
	if (window.print) {
		window.print();
	} else {
		return false;
	}
}

function ess_userLogin() {
	window.open('http://binkele.com/cms/typo3/','bik_login','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1024,height=768,left=10,screenX=10,top=10,screenY=100')
}

function ess_webMail() {
	window.open('webmail01.html','bik_wmail','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=470,left=10,screenX=10,top=10,screenY=100')
}

-->


