	var popUrl = "portafolio.htm";

	function popItFullscreen() {
		var popWidth = 1024;
		var popHeight = 760;
		var newWindow = window.open(popUrl, "popup", "top=100,left=0,status=0,resizable=0,toolbar=0,scrollbars=0,width=" + popWidth + ",height=" + popHeight);

		newWindow.moveTo(0,0);
	}
	
	
	//onload=popItFullscreen()