var naz='/index.htm';


function showuser(a){
return false;
};

function showbasket(a){
return false;
};


function backtokatalog(a){
naz=a;
};

// где надо всплыть
function ch(){
        var a='oplata';
	var b=document.getElementById(a);
	var posit=document.body.scrollTop; var posit2=document.body.scrollLeft;
	var ww=screen.width; var xx=screen.height;
	if (document.body.innerwidth) { ww=document.body.innerwidth; xx=document.body.innerHeight; };
	if (document.body.clientWidth) { ww=document.body.clientWidth; xx=document.body.clientHeight; };
	var temp = b.style.width; temp=temp.replace( 'px', '' );  var wid=temp;
	var temp = b.style.height; temp=temp.replace( 'px', '' ); var hei=temp;
	var x=(xx-hei)/2; var y=(ww-wid)/2;
	b.style.top=x; b.style.left=y;
	b.style.display='block';
};