// JavaScript Document
function popup_r () {
	window.open('login-cliente.php','','width=500, height=150, noresize=noresize, top=200, left=200',false);
}