function noScroll()
{
/* document.body.style.overflow = 'hidden';*/
}
function onScroll()
{
/* document.body.style.overflow = 'auto';*/
}




function on_off_pop(b,c) {
	document.getElementById('full').style.display = b;
	document.getElementById('all_pop_mare').style.display = b;
	document.getElementById('top_cat').style.display = c;
       
}

function but_close_pop (b) {
	document.getElementById('but_close').style.backgroundImage = b;
}

function open_link (a){
	window.open(a,'ion','width= 728,height= 500,left=200,top=300,status=1,scrollbars=1');
}

