function checkLoginRegister(id, user_login) {
    jQuery("#"+id).load("modules/ajax/registration/checkLoginRegistration.php?id="+id+"&login="+user_login);
    return false;
}


function bestselleryKsiazki() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=1&bcid=1');
}

function bestselleryMuzyka() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=1&bcid=2');
}

function bestselleryFilmy() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=1&bcid=3');
}

function bestselleryGry() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=1&bcid=4');
}

function polecamyKsiazki() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=2&bcid=1');
}

function polecamyMuzyka() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=2&bcid=2');
}

function polecamyFilmy() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=2&bcid=3');
}

function polecamyGry() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=2&bcid=4');
}

function nowosciKsiazki() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=3&bcid=1');
}

function nowosciMuzyka() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=3&bcid=2');
}

function nowosciFilmy() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=3&bcid=3');
}

function nowosciGry() {
	jQuery('div#b-8').load('modules/ajax/box/box.php?btype=3&bcid=4');
}


