
function offerPopup(wlink, wtitle) {
	var newwindow = window.open(wlink, '', 'height=710,width=690,scrollbars=1,resizable=1');
	if (window.focus)
		newwindow.focus();
}

function showExample() {
	var newwindow = window.open('http://jobexplorer.pl/pracodawca/przyklad/', '', 'height=710,width=690,scrollbars=1,resizable=0');
	if (window.focus)
		newwindow.focus();
}

function showOfSpecExample() {
	var newwindow = window.open('http://jobexplorer.pl/pracodawca/ofspecprz/', '', 'height=440,width=600,scrollbars=1,resizable=0');
	if (window.focus)
		newwindow.focus();
}

function showOfTygExample() {
	var newwindow = window.open('http://jobexplorer.pl/pracodawca/oftygprz/', '', 'height=710,width=700,scrollbars=1,resizable=0');
	if (window.focus)
		newwindow.focus();
}

function printCV(id) {
	var wlink = 'http://jobexplorer.pl/lib/printcv.php?id=' + id;
	var newwindow = window.open(wlink, '', 'height=780,width=780,scrollbars=1,resizable=1');
	if (window.focus)
		newwindow.focus();
}
