function click() {
if (event.button==2) {
alert('www.pay.zde.cz')
}
}
document.onmousedown=click

<!--
	window.status = "www.pay.zde.cz"
//-->

var size_x = screen.width-10;
var size_y = screen.height-65;

<!-- 
function fullScreen(theURL) {
window.open(theURL, '', 'scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,personalbar=no,dialog=no,menubar=no,status=no,left=0,top=0,width='+size_x+',height='+size_y+'');
}
// -->

