// JavaScript Document
function AbrirVidaColor(){
	var w = screen.width; // Get the width of the screen
	var h = screen.height; // Get the height of the screen

	window.open("vidacolor.php","vidaycolor","height=" + h + ",width=" + w);
}