

<!-- PopUP_Help by patryk Marek

function dochecks(silent){

	return dochecks(silent,false);

}

function popUpHelp(URL) {

	var page = window.open(URL, 'help', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=250,left = 200,top = 200');

	page.focus();




}


