function pasoPaso (){
if (screen.width==800){
	MM_openBrWindow('/web/es/vivienda/contenidos/pag1.php','','scrollbars=yes,resizable=yes,width=790,height=500,top=0,left=0');
	}
else {

	MM_openBrWindow('/web/es/vivienda/contenidos/pag1.php','','scrollbars=yes,resizable=yes,width=1015,height=710,top=0,left=0');
	}
	
}
function pasoPaso2 (){
if (screen.width==800){
	MM_openBrWindow('/web/es/vivienda/contenidos/pag1.php','','scrollbars=yes,resizable=yes,width=790,height=500,top=0,left=0');
	}
else {
	MM_openBrWindow('/web/es/vivienda/contenidos/pag1.php','','scrollbars=yes,resizable=yes,width=1015,height=710,top=0,left=0');
	}

}


