/*
 (c) 2001-2002 e-point S.A.       http://www.e-point.pl/
 \common\ $Id: links.js,v 1.1 2003/05/28 01:03:28 olaf Exp $
*/

function openSAP() {
	makewindow(440,440,'polecStrone');
	document.sapform.submit();
}

function openPopup(url, width, height) {
	window.open(url, 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+width+',height='+height);
}